Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
halo
rockchip_frameworks_opt_net_ims
Commits
a9fc7f12
Commit
a9fc7f12
authored
8 years ago
by
Nathan Harold
Browse files
Options
Download
Email Patches
Plain Diff
Hook In VT Provisioned Status Update
Bug: 29919309 Change-Id: Id843a72974c81d319434c279f7e330498771264e
parent
b42ff553
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
2 deletions
+9
-2
src/java/com/android/ims/ImsManager.java
src/java/com/android/ims/ImsManager.java
+9
-2
No files found.
src/java/com/android/ims/ImsManager.java
View file @
a9fc7f12
...
...
@@ -602,7 +602,11 @@ public class ImsManager {
if
(
DBG
)
Rlog
.
d
(
TAG
,
"mIsWfcProvisioned = "
+
mgr
.
mIsWfcProvisioned
);
break
;
// TODO: Update mIsVtProvisioned when VT provisioning become available
case
ImsConfig
.
ConfigConstants
.
LVC_SETTING_ENABLED
:
mgr
.
mIsVtProvisioned
=
value
.
equals
(
"1"
);
if
(
DBG
)
Rlog
.
d
(
TAG
,
"mIsVtProvisioned = "
+
mgr
.
mIsVtProvisioned
);
break
;
}
}
...
...
@@ -625,7 +629,10 @@ public class ImsManager {
ImsConfig
.
ConfigConstants
.
VOICE_OVER_WIFI_SETTING_ENABLED
);
if
(
DBG
)
Rlog
.
d
(
TAG
,
"mIsWfcProvisioned = "
+
mIsWfcProvisioned
);
// TODO: Update mIsVtProvisioned when VT provisioning become available
mIsVtProvisioned
=
getProvisionedBool
(
config
,
ImsConfig
.
ConfigConstants
.
LVC_SETTING_ENABLED
);
if
(
DBG
)
Rlog
.
d
(
TAG
,
"mIsVtProvisioned = "
+
mIsVtProvisioned
);
}
}
catch
(
ImsException
ie
)
{
Rlog
.
e
(
TAG
,
"AsyncUpdateProvisionedValues error: "
+
ie
);
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment