History log of /packages/services/Telephony/src/com/android/phone/ImsUtil.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
993a920d3d1eb858aff1309e832372a846aa5386 15-Feb-2017 Meng Wang <mewan@google.com> Fix VoWiFi prompt when dialing in airplane mode

1. Handle dial exception ERROR_POWER_OFF
2. Don't prompt VoWiFi if not provisioned

Bug: 28709116
Change-Id: I4ec88d25b352e573fde845c4948185f6c6092bcb
(cherry picked from commit e57bf0279d564eaf086da03db0dd139907b81f69)
/packages/services/Telephony/src/com/android/phone/ImsUtil.java
0bb4d30ea2c50bf53acefc4514452c4945f297b6 07-Jul-2016 Tyler Gunn <tgunn@google.com> Support promotion of WFC.

Use new carrier config option to determine if the carrier wishes to promote
the user of Wifi Calling on call fail.'
If the user is on a WIFI network, and WFC is not enabled, and the carrier
wishes to promote the use of WIFI calling, display an alternate message
when calls fail, encouraging the user to enable wifi calling.

Bug: 27970317
Change-Id: Iecdda2dda13585307280c0e366fa6d84dba233c5
/packages/services/Telephony/src/com/android/phone/ImsUtil.java
a6bc312966b7d1c6b46e99f4c1be9b20188684ab 29-Jan-2015 Andrew Lee <anwlee@google.com> Add error handling for outgoing WFC calls.

+ If POWER_OFF or OUT_OF_SERVICE is returned, show more specific
error messages based on WFC config and current wifi connectivity.

Assumes that IN_SERVICE will return if a call can be made,
regardless of the transport technology being used.

Assumes that OUT_OF_SERVICE will be returned if a call can not
be made and the radio is powered on.

Assumes that POWER_OFF will be returned if a call can not be
made and the radio is powered off.

Bug: 19167571
Change-Id: I32790bd05bb33e4890ee797f9f7a5297f6f0228c
/packages/services/Telephony/src/com/android/phone/ImsUtil.java
312e8177b25ab359627685d449e0a5fdb539809f 24-Oct-2014 Andrew Lee <anwlee@google.com> Improve video calling setting visiblity behavior.

+ Use ImsManager helpers to determine whether the Enhanced 4G LTE
setting has been set, and whether the device is Enhanced 4G LTE
capable.
+ Update logic in CallFeaturesSetting for visibility of the setting.
If device is capable, but the setting is off, show a dialog with
a button which will send them to Network settings.
- Remove helper in ImsUtil which is no longer needed.

Bug: 16014284
Change-Id: If2c89bb59d1ef7456e5adc2ebc1aea1488947ee7
/packages/services/Telephony/src/com/android/phone/ImsUtil.java
75226983eef0314fbeb39874b6ba30396d7f7896 23-Oct-2014 Jeff Sharkey <jsharkey@android.com> Fix broken build.

Change-Id: I37db886a25279849d3ff9a644058c6d3f1f23333
/packages/services/Telephony/src/com/android/phone/ImsUtil.java
77527ac0cdad089f51530066f5248cb7925dd365 22-Oct-2014 Andrew Lee <anwlee@google.com> Hide/show Telephony video setting according to if IMS is enabled.

+ Add utility function get this value in ImsUtil.
+ Check this value to show/hide setting in Call Settings.
+ Include flag to override behavior and always hide VT, since it's
not shipping in MR1.
+ Take this account when reporting when the phone interface manager
reports whether we can make video calls.

Bug: 16014284
Change-Id: I31a13da61820988cdb53159126c6be9478b6a583
/packages/services/Telephony/src/com/android/phone/ImsUtil.java
0ca1c80f1ca60966a16169b109e96ac19fa69743 08-Jul-2014 Etan Cohen <etancohen@google.com> Merge IMS changes from klp-wireless-dev to master

Change-Id: I247fa2b0e3aa159a27d96951edb0b04afd4d5ec6
/packages/services/Telephony/src/com/android/phone/ImsUtil.java