History log of /packages/apps/Phone/src/com/android/phone/CdmaCallOptions.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a1a9601840e50e18ff8ca4be9b888e592287577b 11-Sep-2012 Dianne Hackborn <hackbod@google.com> Don't crash phone app when running as non-primary user.

Rename PhoneApp to PhoneGlobals. Add new PhoneApp that only
instantiates PhoneGlobals when running as the primary user. Add
check in PhoneGlobals.getInstance() to immediately throw if called
when there are no globals for that process. Add new
PhoneGlobals.getInstanceIfPrimary() that doesn't throw;
OtaStartupReceiver uses to abort early if receiving a BOOT_COMPLETED
for a non-primary user.

All of the other files here are just due to the rename of PhoneApp
to PhoneGlobals.

Change-Id: Ic3999d956198ac836cb6a07fa3c77f36c1754ea3
/packages/apps/Phone/src/com/android/phone/CdmaCallOptions.java
b0f85b4a78abead921c363f9c8e247d5bdd20c74 14-Jun-2012 Wink Saville <wink@google.com> Use telephony-common

Change-Id: I1710418850040fc20afff4795ee4a85027203fc9
/packages/apps/Phone/src/com/android/phone/CdmaCallOptions.java
7c8cb32060a685b2f20c1e0cf181fc392be840e0 06-May-2011 David Brown <dab@google.com> Misc OTASP cleanup

Some minor OTASP-related code and resource cleanup that I did while
tracking down bug 5092031:

- Cleaned up the useless "mDialer" field in OtaUtils.java. The OtaUtils
instance already has its own DTMFTwelveKeyDialer, so the one from the
InCallScreen is totally irrelevant.

- Removed a couple of useless ScrollViews in otacall_card

- Added android:id attributes to a bunch of view elements (for easier
debugging in hierarchyviewer), also renamed a couple of elements to be
more clear

- Fixed flood of updateScreen() calls while the OTASP UI is active.
(The various otaShow*() methods should *not* call requestUpdateScreen(),
since they themselves are part of the updateScreen() sequence!)

- Improved documentation in a bunch of places

TESTED:
- OTASP call on Crespo-S (succeeded)
- Also ran an OTASP call with the OtaShowListeningScreen resource
temporarly enabled, to simulate an OTASP call for the other carrier.
Confirmed that the DTMF keyboard showed up correctly and allowed you to
press "1".

Bug: 5092031

Change-Id: I86b6b80a340606aba6f4a3d4292193c027486913
/packages/apps/Phone/src/com/android/phone/CdmaCallOptions.java
e2c6ada19038df827669be2ddaaf200a9dcb5bae 10-Jun-2011 Simon Wilson <simonwilson@google.com> resolved conflicts for merge of aa2433ef to honeycomb-plus-aosp

Conflicts:
src/com/android/phone/CdmaCallOptions.java

Change-Id: I41bbe0a39c8fa02f638bbaf12431ada4a0bb4e8f
d7af9733265c48d659b0584a0bc80fc457ad6b32 26-Mar-2011 sy310.choi <sy310.choi@samsung.com> Allow Voice Privacy option to be disabled for CDMA devices

Change-Id: I59a5504b49c7a02103e7a1e3c49ad8bcf1b9fa74
/packages/apps/Phone/src/com/android/phone/CdmaCallOptions.java
546a00dd3bb35abfcd44c696cd810073a084b43c 22-May-2010 Wink Saville <wink@google.com> Change most uses of PhoneFactory to use PhoneApp.getPhone.

The only entities using PhoneFactory are PhoneApp, NetworkQuerySerivce,
BluetoothHeadsetSerive and EmergencyCallbackModeService.

Change-Id: Idb961f2ccfabc1ac1ae90496bb23cfdd9d0febcc
/packages/apps/Phone/src/com/android/phone/CdmaCallOptions.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/CdmaCallOptions.java
cd0189299f484dcbd51400b994daf585923e9e8d 30-Jul-2009 David Krause <david.krause@motorola.com> dynamic callsetting for umts, cdma and world phone
/packages/apps/Phone/src/com/android/phone/CdmaCallOptions.java