History log of /packages/services/Telephony/src/com/android/phone/HfaLogic.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
fc57843ecd4eae238d193c9c3e68c0176c17d99d 30-Sep-2013 Wink Saville <wink@google.com> Do not bounce radio and add one retry

Bug: 11005448
Change-Id: I1d4dcb169460413bc7278bbd98656beea9731b69
/packages/services/Telephony/src/com/android/phone/HfaLogic.java
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/HfaLogic.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/HfaLogic.java