/packages/apps/Contacts/src/com/android/contacts/ui/widget/ |
H A D | CheckableImageView.java | 43 if (isChecked()) { 53 public boolean isChecked() { method in class:CheckableImageView
|
/packages/apps/Music/src/com/android/music/ |
H A D | CheckableRelativeLayout.java | 43 if (isChecked()) { 53 public boolean isChecked() { method in class:CheckableRelativeLayout
|
/packages/apps/Email/src/com/android/email/activity/ |
H A D | Debug.java | 76 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { argument 79 Email.DEBUG = isChecked; 83 Email.DEBUG_SENSITIVE = isChecked; 88 mPreferences.setEnableExchangeLogging(isChecked); 91 mPreferences.setEnableExchangeFileLogging(isChecked); 92 if (!isChecked) {
|
/packages/apps/Settings/src/com/android/settings/ |
H A D | ApnPreference.java | 80 boolean isChecked = getKey().equals(mSelectedKey); 81 if (isChecked) { 87 rb.setChecked(isChecked); 106 public boolean isChecked() { method in class:ApnPreference 114 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { argument 115 Log.i(TAG, "ID: " + getKey() + " :" + isChecked); 120 if (isChecked) {
|
H A D | BrightnessPreference.java | 104 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { argument 105 setMode(isChecked ? Settings.System.SCREEN_BRIGHTNESS_MODE_AUTOMATIC 107 if (!isChecked) {
|
H A D | RingerVolumePreference.java | 85 setNotificationVolumeVisibility(!mNotificationsUseRingVolumeCheckbox.isChecked()); 106 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { argument 107 setNotificationVolumeVisibility(!isChecked); 110 Settings.System.NOTIFICATIONS_USE_RING_VOLUME, isChecked ? 1 : 0); 112 if (isChecked) {
|
/packages/apps/Contacts/src/com/android/contacts/ |
H A D | PhoneDisambigDialog.java | 128 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { argument 129 mMakePrimary = isChecked;
|
H A D | ImportVCardActivity.java | 523 public void onClick(DialogInterface dialog, int which, boolean isChecked) { argument 524 if (mSelectedIndexSet == null || (mSelectedIndexSet.contains(which) == isChecked)) {
|
/packages/apps/Email/src/com/android/email/activity/setup/ |
H A D | AccountSetupExchange.java | 427 boolean sslRequired = mSslSecurityView.isChecked(); 428 boolean trustCertificates = mTrustCertificatesView.isChecked(); 491 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { argument 493 mTrustCertificatesView.setVisibility(isChecked ? View.VISIBLE : View.GONE);
|
H A D | AccountSetupOutgoing.java | 228 if (enabled && mRequireLoginView.isChecked()) { 277 if (mRequireLoginView.isChecked()) { 314 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { argument 315 mRequireLoginSettingsView.setVisibility(isChecked ? View.VISIBLE : View.GONE);
|
/packages/apps/Mms/tests/src/com/android/mms/ui/ |
H A D | LongThreadTest.java | 200 public boolean isChecked() { method in class:LongThreadTest.AddSubjectMenuItem
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
H A D | DockService.java | 446 public void onClick(DialogInterface dialog, int which, boolean isChecked) { argument 447 if (DEBUG) Log.d(TAG, "Item " + which + " changed to " + isChecked); 448 mCheckedItems[which] = isChecked; 452 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { argument 453 if (DEBUG) Log.d(TAG, "onCheckedChanged: Remember Settings = " + isChecked); 455 mBtManager.saveDockAutoConnectSetting(mDevice.getAddress(), isChecked);
|
/packages/apps/Contacts/src/com/android/contacts/ui/ |
H A D | QuickContactWindow.java | 1480 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { argument 1481 mMakePrimary = isChecked;
|