History log of /packages/services/Telephony/src/com/android/phone/InCallScreenShowActivation.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c5736ce66434145c31267976afec28b5f51c17a2 08-Jul-2015 Santos Cordon <santoscordon@google.com> Skip CDMA provisioning if requested from a secondary user.

Bug: 21294915
Change-Id: I1d263407e36e0818f47790c1f3773a19d4991313
/packages/services/Telephony/src/com/android/phone/InCallScreenShowActivation.java
9504c6b5c5c7072f72d8a9e6df59dbda8a6ccbe4 04-Jun-2015 Jonathan Basseri <misterikkit@google.com> Renaming carrier config variable keys.

API council advised us to use KEY_NAME_TYPE for our key constants.

Bug: 21571894
Change-Id: Ib5d5aff1c9070d9e5913a4099fcf55c67b800150
/packages/services/Telephony/src/com/android/phone/InCallScreenShowActivation.java
c31f1f32963534763aaf82ae2544f3a94f13edca 12-May-2015 Jonathan Basseri <misterikkit@google.com> Switching to PersistableBundle in carrier config API.

Part of this API involves persisting config bundles to avoid binding to
apps at critical moments (like boot). Regular bundles should not be
written to disk because they support object types that can lose their
meaning while the data is at rest.

In order to use PersistableBundle, we must either start with one or
filter unwanted types out of Bundle objects. Since the carrier config
API has no use for unsupported types, we chose to use PersistableBundle
everywhere.

Bug: 20268926
Change-Id: Ia85c1b2426907a5e6431095dbd3776213c7eb45d
/packages/services/Telephony/src/com/android/phone/InCallScreenShowActivation.java
605148ff5de588ac7bc1757f0617d12114be77d4 29-Apr-2015 Junda Liu <junda@google.com> Use carrierconfig instead of overlay to get USE_HFA_FOR_PROVISIONING and USE_OTASP_FOR_PROVISIONING.

Bug: b/20270007
Change-Id: Iddd60183f06459a317d87d568edd401aa533517d
/packages/services/Telephony/src/com/android/phone/InCallScreenShowActivation.java
bf329143cabb50afad4d4be1b0ad1eedc816513d 09-Oct-2014 Santos Cordon <santoscordon@google.com> Merge "Make OTASP an explicit option for carriers." into lmp-dev
b2bfd3c2d61b5387c0ec7dd601e770347c2e108e 09-Oct-2014 Santos Cordon <santoscordon@google.com> Make OTASP an explicit option for carriers.

Set true for USCellular overlays.

Bug: 17881901
Change-Id: I1baf4d4205e370732ca3e95db7dc622ded218098
/packages/services/Telephony/src/com/android/phone/InCallScreenShowActivation.java
06cc448a01d6dbf26ed7f925058c5b694dad1566 08-Oct-2014 Santos Cordon <santoscordon@google.com> Add config: Don't start HFA if outside of setup wizard.

Bug: 17910549
Change-Id: I7e91d56302740145d086f65a1fe49a16f5a61c8f
/packages/services/Telephony/src/com/android/phone/InCallScreenShowActivation.java
00d7a430ac98cd65b7ae3afca5fa9509f1480eda 17-Sep-2013 Santos Cordon <santoscordon@google.com> HfaActivation should support UI and no-UI modes.

Split out the HFA logic into it's own class.
Created two new classes that use the logic: HfaService and HfaActivity.

HfaService is run during setupwizard and is completely without UI.
HfaActivity is rung during activations outside of setup wizard and
uses dialogs for the UI, which provice the user the ability to skip the
provisioning if desired (just as before).

We finish the primary activity (InCallScreenShowActivation.java)
immediately when we get the request and continue the new
activity/service as a new task.

bug:10655576
Change-Id: I9b83d4253168829c82c6a1d147ac4eb25a76f39f
/packages/services/Telephony/src/com/android/phone/InCallScreenShowActivation.java
07fae161a1eb1b2b9e00a8377658baa52465c3aa 20-Sep-2013 Christine Chen <christinech@google.com> Punting to klp TODO to future TODO

Bug: 10605959
Change-Id: Idc6a5279b4280e46d43259447bb33e95a67e735e
/packages/services/Telephony/src/com/android/phone/InCallScreenShowActivation.java
835704773b29fe1326091555ff76ac90f2531038 07-Sep-2013 Santos Cordon <santoscordon@google.com> HFA support in services/Telephony for provisioning CDMA devices.

Adds a new activity that shows some ui allowing the user to see progress
and cancel the action.

At the end of the action (through error or completion) we return to the
setup wizard.

Change-Id: Idfe58d7b93463b59fc0de3eebd03517a36177d22
/packages/services/Telephony/src/com/android/phone/InCallScreenShowActivation.java
ff3127efbdc394af916847310afddfe4cfedf897 31-Aug-2013 Santos Cordon <santoscordon@google.com> Disable interactive CDMA provisioning

Temporary unblocking fix until we can get UI running for CDMA
provisioning again.

bug:10564873
Change-Id: Ic395f19e854cfc5249fe247ebe86d6df15b28334
/packages/services/Telephony/src/com/android/phone/InCallScreenShowActivation.java
7d4ddf6dc0d7c8158bac3a5dec7936e837e95bdd 10-Jul-2013 Santos Cordon <santoscordon@google.com> Blanket copy of PhoneApp to services/Telephony.

First phase of splitting out InCallUI from PhoneApp.

Change-Id: I237341c4ff00e96c677caa4580b251ef3432931b
/packages/services/Telephony/src/com/android/phone/InCallScreenShowActivation.java