History log of /packages/apps/Phone/src/com/android/phone/EmergencyCallbackModeService.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b0f85b4a78abead921c363f9c8e247d5bdd20c74 14-Jun-2012 Wink Saville <wink@google.com> Use telephony-common

Change-Id: I1710418850040fc20afff4795ee4a85027203fc9
/packages/apps/Phone/src/com/android/phone/EmergencyCallbackModeService.java
79b9f6e30e8402b103f1ec3ed9dda1fcad2b1cd5 22-Sep-2009 Tammo Spalink <tammo@google.com> Replace Phone.getPhoneName() calls with getPhoneType().

The latter is numeric, and hence allows some compiler protection
against typos.

Addresses issue:
http://buganizer/issue?id=1905415

Change-Id: If46c709fd7bfb817a2801d0200eac0ad8cf819e0
/packages/apps/Phone/src/com/android/phone/EmergencyCallbackModeService.java
e627de5c624e5b39abeaf3f56be004a0d911b575 04-Sep-2009 Robert Kowalski <r.kowalski@motorola.com> Removed capability to exit ECM while on an emergency call

Issue:
1. Enter Emergency Callback Mode (ECM) by making and ending an emergency call
2. Start another emergency call and press Home
3. Open notifications and select ECM notice
4. Exit ECM

The user shouldn't be allowed to exit ECM while in an emergency call.

Change-Id: I454dacdbb7c82853fa22fc2b9d79225e03672e4f
/packages/apps/Phone/src/com/android/phone/EmergencyCallbackModeService.java
6f0bf19fd91a4a65b3ff7488da3e7e409e49da73 13-Aug-2009 Jinghui Guo <w001091@motorola.com> ECM timer reset fix

Based on the VZW requirement, phone should be still in ECM mode in 2nd emergency call.
but in the current phone call, if a 2nd emergency call is originated, ECM mode will exit.

For fixing this problem, the coding design is as below:
1. In framework, canceling the first ECM timer immediately upon the origination of the 2nd E911 call,
and restarting a new timer when the 2nd E911 ends.
2. Framework needs to syncronize the timer with phone app by sending notification to phone app to
inform timer is canceled or re-started, since phone app needs to show how much ECM time left
on the status bar.
3. In phone app's emergency callback mode service, the timer in this service will be canceled
when it receives the timer cancel notification from framework; the timer will be restarted
once it receives timer restart notification from framework.
/packages/apps/Phone/src/com/android/phone/EmergencyCallbackModeService.java
4e879989bb6e23763802ceb128e8785f8f063ac0 28-Jul-2009 Robert Kowalski <r.kowalski@motorola.com> Modified UI for Emergency Callback Mode

Specific list of changes that are needed for the support of CDMA emergency
callback mode:
1. Removed Teleca's implementation of the ECM UI - it had limited functionality
2. Added service that inserts ongoing ECM notification in the status bar and updates countdown
info in the notification in 1sec intervals when phone enters ECM.
3. Added dialog box prompting to exit ECM when any application wants to prompt a user to exit
ECM or a user selects ongoing ECM notification. It responds to
ACTION_SHOW_NOTICE_ECM_BLOCK_OTHERS intent.
/packages/apps/Phone/src/com/android/phone/EmergencyCallbackModeService.java