History log of /packages/apps/Phone/src/com/android/phone/CellBroadcastSms.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
25add64b1b5553207de50ee993375f4188eacb75 26-Sep-2012 Jeff Brown <jeffbrown@google.com> Update references to migrated global settings.

Bug: 7231172
Change-Id: I715da3d2ebb1ce8e7a8ec3a36102980e624c0c40
/packages/apps/Phone/src/com/android/phone/CellBroadcastSms.java
0591b6e6b7b75aaf2cac3428eec0fdcda16f0d74 24-Sep-2012 Santos Cordon <santoscordon@google.com> Airplane mode (and other) setting moved to global.

Setting was previously moved but not updated on phone. Resulted in
emergency calls not successfully turning off airplane mode.

Also, ran through phone's usage of new global settins and looks like the
only other phone-writeable setting that moved to Global
is CDMA_CELL_BRAODCAST_SMS_ENABLED. Updated that one with this change
as well.

bug: 7213790
Change-Id: I36c239e75e63823b4291d95b9fd3931eeabe6fa3
/packages/apps/Phone/src/com/android/phone/CellBroadcastSms.java
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/CellBroadcastSms.java
c49d1c9004f3151d1cc5f31d6fc617bfc9603267 30-Apr-2012 Daisuke Miyakawa <dmiyakawa@google.com> Suppress debug logs

Because of remaining issues to be fixed, some are still remained.

Bug: 6201805
Change-Id: Ic5d9deb3775c59bbfb63f353fcebb5c24a18c7a3
/packages/apps/Phone/src/com/android/phone/CellBroadcastSms.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/CellBroadcastSms.java
691eae1fa5e1d4e2a9ae318f9dad5320ed5ec5c1 01-Jun-2009 Wink Saville <wink@google.com> TODO fixes from Teleca 090527
/packages/apps/Phone/src/com/android/phone/CellBroadcastSms.java
404edc94de563aef5fd5ba48be9114a970cb93bb 18-May-2009 Wink Saville <wink@google.com> Teleca 2b changes.
/packages/apps/Phone/src/com/android/phone/CellBroadcastSms.java
f770e28633d09714df63536becbe1c1215f06dd7 24-Apr-2009 Wink Saville <wink@google.com> Teleca 090414 & 090423 patches for CDMA to complete phase1 work.
/packages/apps/Phone/src/com/android/phone/CellBroadcastSms.java
a69de9f9a2e99fe08f0009bb218b95ed7985c575 02-Apr-2009 Wink Saville <> AI 144185: Integrate cdma into the main code base.

Automated import of CL 144185
/packages/apps/Phone/src/com/android/phone/CellBroadcastSms.java