History log of /packages/apps/Phone/src/com/android/phone/Use2GOnlyCheckBoxPreference.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5c7d3167b8372b040d6c0a695f7c0822d80b2c21 16-Dec-2011 Wink Saville <wink@google.com> Allow only NT_MODE_GSM_ONLY or NT_MODE_WCDMA_PREF

Bug: 5771503
Change-Id: Ic69440d6dd32358182a5658039c702649ae60315
/packages/apps/Phone/src/com/android/phone/Use2GOnlyCheckBoxPreference.java
e64151a3e3c27689f242fc59aa7d888cb70310f6 15-Dec-2011 Wink Saville <wink@google.com> Save network mode on GSM devices.

We save the mode in OnClick and handleGetPreferredNetworkTypeResponse
so the preferred network mode tracks the UI as best as possible.

On GSM devices when "Use only 2G networks" was
checed in Settings > More > Mobile Networks the
value wasn't saved. Thus when rebooting the mode
would revert to the previous value.

Looking at the history, it has been this way a
long time, but it must have worked because the
radio preserved the value, returning when the
current PREFERRED_NETWORK_TYPE was requested.

With ICS Samsung upgraded the Crespo radio and the value
doesn't always appear to be preserved. In any case
its better for the framework to preserve the value
rather than relying on actions of the many radio
implementations.

Bug: 5764203
Change-Id: I9ed5db4e5c2db01cdd54bc1cc36395326b209fe3
/packages/apps/Phone/src/com/android/phone/Use2GOnlyCheckBoxPreference.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/Use2GOnlyCheckBoxPreference.java
9ed35b1e94dbfef3ba7dbfc9add957b504e1dab0 10-Jul-2009 Chouting Zhang <MichaelZhang@motorola.com> Separate UMTS, CDMA, and Global phone network settings

1. For CDMA phones, Mobile network settings menus include:
- Data roaming
- System select
2. For UMTS/GSM phones, Mobile network settings menus include:
- Data roaming
- Use only 2G networks
- Network operators
- Access Point Names
3. For Global phones, Mobile network settings menus include:
- Data roaming
- Network mode
- GSM/UMTS Options
- CDMA Options
/packages/apps/Phone/src/com/android/phone/Use2GOnlyCheckBoxPreference.java