History log of /packages/services/Telephony/src/com/android/phone/HfaActivity.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
cd76f8b160e0e4b2e5ccf34c0c5e1e58a0bb8b72 24-Sep-2013 Santos Cordon <santoscordon@google.com> Moving pending intent response logic to HfaLogic.

Move allows the non-ui service to also return the pending intent
for setup wizard purposes.

bug:10881619
Change-Id: I3c790321f86ad74fbbb413b1bda27605e9e099d7
/packages/services/Telephony/src/com/android/phone/HfaActivity.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/HfaActivity.java
afce7ad2c2c347bb30119e224cd414a9a6339060 14-Sep-2013 Russell Brenner <russellbrenner@google.com> Fix NPE when no pending intent was given

Setup wizard may not have sent a pending intent for activation
results, in which case we should not attempt to return them.

Bug: 10655576
Change-Id: I6cb89915d0319e75be984b2ce5808f8030e0c0a7
/packages/services/Telephony/src/com/android/phone/HfaActivity.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/HfaActivity.java