/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/network/ |
H A D | PrivateDnsModeDialogPreferenceTest.java | 92 mPreference.onCheckedChanged(null, R.id.private_dns_mode_off); in testOnCheckedChanged_dnsModeOff_disableEditText() 100 mPreference.onCheckedChanged(null, R.id.private_dns_mode_opportunistic); in testOnCheckedChanged_dnsModeOpportunistic_disableEditText() 108 mPreference.onCheckedChanged(null, R.id.private_dns_mode_provider); in testOnCheckedChanged_dnsModeProvider_enableEditText() 143 mPreference.onCheckedChanged(null, R.id.private_dns_mode_off); in testOnCheckedChanged_switchMode_saveButtonHasCorrectState() 146 mPreference.onCheckedChanged(null, R.id.private_dns_mode_opportunistic); in testOnCheckedChanged_switchMode_saveButtonHasCorrectState() 149 mPreference.onCheckedChanged(null, R.id.private_dns_mode_provider); in testOnCheckedChanged_switchMode_saveButtonHasCorrectState()
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ingest/adapter/ |
H A D | CheckBroker.java | 37 public void onCheckedChanged(int position, boolean isChecked); in onCheckedChanged() method 47 l.onCheckedChanged(position, checked); in onCheckedChange()
|
/aosp12/frameworks/base/core/java/com/android/internal/accessibility/dialog/ |
H A D | InvisibleToggleAccessibilityServiceTarget.java | 49 public void onCheckedChanged(boolean isChecked) { in onCheckedChanged() method in InvisibleToggleAccessibilityServiceTarget 56 super.onCheckedChanged(isChecked); in onCheckedChanged()
|
H A D | VolumeShortcutToggleAccessibilityServiceTarget.java | 51 public void onCheckedChanged(boolean isChecked) { in onCheckedChanged() method in VolumeShortcutToggleAccessibilityServiceTarget 57 super.onCheckedChanged(isChecked); in onCheckedChanged()
|
H A D | OnTargetCheckedChangeListener.java | 29 void onCheckedChanged(boolean isChecked); in onCheckedChanged() method
|
/aosp12/frameworks/base/packages/SettingsLib/Tile/src/com/android/settingslib/drawer/ |
H A D | SwitchesProvider.java | 146 return onCheckedChanged(extras.getBoolean(EXTRA_SWITCH_CHECKED_STATE), controller); in call() 151 private Bundle onCheckedChanged(boolean checked, SwitchController controller) { in onCheckedChanged() method in SwitchesProvider 152 final boolean success = controller.onCheckedChanged(checked); in onCheckedChanged()
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ingest/ui/ |
H A D | MtpFullscreenView.java | 102 public void onCheckedChanged(CompoundButton arg0, boolean isChecked) { in onCheckedChanged() method in MtpFullscreenView 109 public void onCheckedChanged(int position, boolean isChecked) { in onCheckedChanged() method in MtpFullscreenView
|
/aosp12/packages/apps/Settings/src/com/android/settings/bluetooth/ |
H A D | BluetoothPairingController.java | 96 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { in onCheckedChanged() method in BluetoothPairingController 198 onCheckedChanged(null, true); in setContactSharingState() 200 onCheckedChanged(null, false); in setContactSharingState()
|
/aosp12/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
H A D | TransformsAndAnimationsActivity.java | 78 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { in onCreate() 89 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { in onCreate() 100 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { in onCreate()
|
/aosp12/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/main/java/com/android/car/ui/recyclerview/ |
H A D | CarUiRadioButtonListItemAdapter.java | 130 void onCheckedChanged(boolean isChecked); in onCheckedChanged() method 151 mListener.onCheckedChanged(isChecked); in bind()
|
H A D | CarUiContentListItem.java | 44 void onCheckedChanged(@NonNull CarUiContentListItem item, boolean isChecked); in onCheckedChanged() method 299 mOnCheckedChangeListener.onCheckedChanged(this, mIsChecked); in setChecked()
|
/aosp12/packages/apps/Dialer/java/com/android/incallui/video/impl/ |
H A D | CheckableImageButton.java | 36 void onCheckedChanged(CheckableImageButton button, boolean isChecked); in onCheckedChanged() method 117 onCheckedChangeListener.onCheckedChanged(this, checked); in userRequestedSetChecked()
|
/aosp12/frameworks/base/tests/HugeBackup/src/com/android/hugebackup/ |
H A D | HugeBackupActivity.java | 140 public void onCheckedChanged(RadioGroup group, in populateUI() 151 public void onCheckedChanged(CompoundButton buttonView, in populateUI()
|
/aosp12/packages/apps/Dialer/java/com/android/incallui/rtt/impl/ |
H A D | RttCheckableButton.java | 36 void onCheckedChanged(RttCheckableButton button, boolean isChecked); in onCheckedChanged() method 122 onCheckedChangeListener.onCheckedChanged(this, checked); in userRequestedSetChecked()
|
/aosp12/packages/apps/Settings/src/com/android/settings/accessibility/ |
H A D | AccessibilityTimeoutController.java | 137 mOnChangeListener.onCheckedChanged(mPreference); in onRadioButtonClicked() 173 void onCheckedChanged(Preference preference); in onCheckedChanged() method
|
H A D | DaltonizerRadioButtonPreferenceController.java | 135 mOnChangeListener.onCheckedChanged(mPreference); in onRadioButtonClicked() 165 void onCheckedChanged(Preference preference); in onCheckedChanged() method
|
H A D | ToggleAutoclickPreferenceController.java | 124 mOnChangeListener.onCheckedChanged(mDelayModePref); in onRadioButtonClicked() 160 void onCheckedChanged(Preference preference); in onCheckedChanged() method
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | RadioGroup.java | 202 mOnCheckedChangeListener.onCheckedChanged(this, mCheckedId); in setCheckedId() 369 public void onCheckedChanged(RadioGroup group, @IdRes int checkedId); in onCheckedChanged() method 374 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { in onCheckedChanged() method in RadioGroup.CheckedStateTracker
|
H A D | CompoundButton.java | 222 mOnCheckedChangeListener.onCheckedChanged(this, mChecked); in setChecked() 225 mOnCheckedChangeWidgetListener.onCheckedChanged(this, mChecked); in setChecked() 270 void onCheckedChanged(CompoundButton buttonView, boolean isChecked); in onCheckedChanged() method
|
/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/drawer/ |
H A D | PrimarySwitchControllerTest.java | 71 protected boolean onCheckedChanged(boolean checked) { in onCheckedChanged() method in PrimarySwitchControllerTest.TestPrimarySwitchController
|
/aosp12/packages/services/Telecomm/testapps/callaudiotest/src/com/android/server/telecom/callaudiotest/ |
H A D | CallAudioTestActivity.java | 47 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { in onCreate()
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/gadget/ |
H A D | WidgetTypeChooser.java | 34 public void onCheckedChanged(RadioGroup group, int checkedId) {
|
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/common/ |
H A D | PasswordEditTextPreferenceDialogFragment.java | 60 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { in onBindDialogView()
|
/aosp12/packages/apps/Dialer/java/com/android/incallui/incall/impl/ |
H A D | CheckableLabeledButton.java | 262 onCheckedChangeListener.onCheckedChanged(this, checked); in userRequestedSetChecked() 270 void onCheckedChanged(CheckableLabeledButton checkableLabeledButton, boolean isChecked); in onCheckedChanged() method
|
/aosp12/packages/apps/Settings/src/com/android/settings/biometrics/face/ |
H A D | FaceEnrollEducation.java | 61 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { 160 mSwitchDiversityListener.onCheckedChanged(mSwitchDiversity.getSwitch(), in onResume()
|