History log of /packages/apps/Phone/src/com/android/phone/CallWaitingCheckBoxPreference.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e209fa056d4102e30a4f2555e55574b25ac8c2e6 23-Mar-2012 Daisuke Miyakawa <dmiyakawa@google.com> A bunch of cleanups around "additional settings"

Change-Id: I0b47eec3e01e43bf8b879fd858ae9885d0727447
/packages/apps/Phone/src/com/android/phone/CallWaitingCheckBoxPreference.java
77c123c48996dbecf307b4e75a05b0d4a5561563 20-Dec-2011 Conley Owens <cco3@android.com> Make some fields of intrnl classes package-private

This makes a little more sense than `private` since they are accessed
outside of the class that they are defined in.

In addition, this fixes errors created by proguard when building with
OpenJDK.

Change-Id: Ib0dd2509f15da5ea3b27fe194b8cd8e9e8d8a776
/packages/apps/Phone/src/com/android/phone/CallWaitingCheckBoxPreference.java
aeb4475658c6195b0961b69659c547b70e2a715a 11-Aug-2010 Jean-Baptiste Queru <jbq@google.com> am f549c0b6: am 939dedcd: Merge "Use SERVICE_CLASS while updating call waiting status."

Merge commit 'f549c0b6cc2af201c562e9128a9b08622add2ee9'

* commit 'f549c0b6cc2af201c562e9128a9b08622add2ee9':
Use SERVICE_CLASS while updating call waiting status.
5d99e4fa1cce1e6e6be7cab664181de187a2f8f8 30-Jul-2010 Banavathu, Srinivas Naik <snb@codeaurora.org> Use SERVICE_CLASS while updating call waiting status.

Query for call waiting returns status for all service classes when we
query for SERVICE_CLASS_NONE. Android supports call waiting for SERVICE_CLASS_VOICE
only. Service class in the response of RIL_REQUEST_QUERY_CALL_WAITING should be
checked for VOICE while updating call waiting status.

Change-Id: Ia52c6b3a47010321d4d4817ca2445382fa92ad69
/packages/apps/Phone/src/com/android/phone/CallWaitingCheckBoxPreference.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/CallWaitingCheckBoxPreference.java
8ff3733d62dc6072a54db0e61f17e20f2026018c 13-May-2010 The Android Open Source Project <initial-contribution@android.com> merge from open-source master

Change-Id: I99ea7c513922d47e8ec78beaa19cc3f2a19c8d7e
10ce310e02f49e5c78d747693dd36b4239594446 29-Mar-2010 Naveen Kalla <nkalla@codeaurora.org> Display message when operation fails since FDN is enabled

The terminal disallows Supplementary Services for numbers which are not in the
Fixed Dialing Number (FDN) list when FDN service is enabled. FDN_CHECK_FAILURE
error is sent by RIL when this happens. Display a message to inform the user.

Change-Id: I5663af2f0aae4cac3864da33e06f58a5bbf4fd23
/packages/apps/Phone/src/com/android/phone/CallWaitingCheckBoxPreference.java
4a0b3738f8a710d2ffc8c49b3ae7e44100c88839 17-Mar-2010 Tim Park <tpark@google.com> Display "reading settings" dialog immediately

Fix for 2520639: TimeConsumingPreferenceActivity
tracks its foreground state using onResume/onPause.
Correspondingly, move logic that unthaws icicle and
displays reading settings dialog into onResume so
that the dialog display is not squelched.

Change-Id: I488404e8371bc0a65d44d9e9558ee1ffc01ee823
/packages/apps/Phone/src/com/android/phone/CallWaitingCheckBoxPreference.java
95eaf3985257317063592859e0b593cacc81808d 15-Mar-2010 Tim Park <tpark@google.com> Fix crash on dereferencing stale reference to tcpListener on back

Fix for issue 2512944: Add null check before using tcpListener
to make sure the reference we have to it is still valid.

Change-Id: Iffdd123cbeaf94f0ff0a1a2ae8e320131bbe25e2
/packages/apps/Phone/src/com/android/phone/CallWaitingCheckBoxPreference.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/CallWaitingCheckBoxPreference.java