/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/deletionhelper/ |
H A D | AutomaticStorageManagerSwitchBarControllerTest.java | 83 mController.onSwitchChanged(null, false); in onSwitchChanged_false_recordsAMetric() 94 mController.onSwitchChanged(null, true); in onSwitchChanged_true_recordsAMetric() 105 mController.onSwitchChanged(null, true); in onSwitchChanged_showWarningFragmentIfNotEnabledByDefault() 115 mController.onSwitchChanged(null, true); in onSwitchChange_doNotShowWarningFragmentIfEnabledByDefault()
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/gestures/ |
H A D | PreventRingingSwitchPreferenceControllerTest.java | 119 mController.onSwitchChanged(null, true); in onSwitchChanged_wasHushOff_checked_returnHushVibrate() 130 mController.onSwitchChanged(null, false); in onSwitchChanged_wasHushMute_unchecked_returnHushOff() 142 mController.onSwitchChanged(null, true); in onSwitchChanged_wasHushMute_checked_returnHushMute() 154 mController.onSwitchChanged(null, true); in onSwitchChanged_wasHushVibrate_checked_returnHushVibrate()
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/development/ |
H A D | DevelopmentSettingsDashboardFragmentTest.java | 159 mDashboard.onSwitchChanged(mSwitch, false /* isChecked */); in onSwitchChanged_sameState_shouldDoNothing() 170 mDashboard.onSwitchChanged(mSwitch, true /* isChecked */); in onSwitchChanged_turnOn_shouldShowWarningDialog() 181 mDashboard.onSwitchChanged(mSwitch, false /* isChecked */); in onSwitchChanged_turnOff_shouldTurnOff() 199 mDashboard.onSwitchChanged(mSwitch, false /* isChecked */); in onSwitchChanged_turnOff_andOffloadIsNotDefaultValue_shouldShowWarningDialog()
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/display/ |
H A D | NightDisplayActivationPreferenceControllerTest.java | 107 controller.onSwitchChanged(null, true); in onClick_activates() 118 controller.onSwitchChanged(null, false); in onClick_deactivates()
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/batterysaver/ |
H A D | BatterySaverButtonPreferenceControllerTest.java | 78 mController.onSwitchChanged(null, mPowerManager.isPowerSaveMode()); in updateState_lowPowerOn_preferenceIsChecked() 87 mController.onSwitchChanged(null, mPowerManager.isPowerSaveMode()); in testUpdateState_lowPowerOff_preferenceIsUnchecked()
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/app/ |
H A D | BlockPreferenceControllerTest.java | 102 mController.onSwitchChanged(null, false); in testNoCrashIfNoOnResume() 384 mController.onSwitchChanged(null, false); in testOnSwitchChanged_channel_default() 388 mController.onSwitchChanged(null, true); in testOnSwitchChanged_channel_default() 406 mController.onSwitchChanged(null, false); in testOnSwitchChanged_channel_nonDefault() 409 mController.onSwitchChanged(null, true); in testOnSwitchChanged_channel_nonDefault()
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/location/ |
H A D | LocationSwitchBarControllerTest.java | 87 mController.onSwitchChanged(mSwitch, true); in onSwitchChanged_switchChecked_shouldSetLocationEnabled() 94 mController.onSwitchChanged(mSwitch, false); in onSwitchChanged_switchUnchecked_shouldSetLocationDisabled()
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/ |
H A D | BubbleNotificationPreferenceControllerTest.java | 105 mController.onSwitchChanged(null, true); in onSwitchChanged_true_settingIsOff_flagShouldOn() 115 mController.onSwitchChanged(null, false); in onSwitchChanged_false_settingIsOn_flagShouldOff()
|
/aosp12/frameworks/base/packages/SettingsLib/MainSwitchPreference/src/com/android/settingslib/widget/ |
H A D | OnMainSwitchChangeListener.java | 29 void onSwitchChanged(Switch switchView, boolean isChecked); in onSwitchChanged() method
|
/aosp12/packages/apps/Settings/src/com/android/settings/display/ |
H A D | AutoBrightnessDetailPreferenceController.java | 61 public void onSwitchChanged(Switch switchView, boolean isChecked) { in onSwitchChanged() method in AutoBrightnessDetailPreferenceController
|
H A D | AutoRotateSwitchBarController.java | 75 public void onSwitchChanged(Switch switchView, boolean isChecked) { in onSwitchChanged() method in AutoRotateSwitchBarController
|
H A D | NightDisplayActivationPreferenceController.java | 84 public void onSwitchChanged(Switch switchView, boolean isChecked) { in onSwitchChanged() method in NightDisplayActivationPreferenceController
|
/aosp12/packages/apps/Settings/src/com/android/settings/widget/ |
H A D | SettingsMainSwitchPreferenceController.java | 52 public void onSwitchChanged(Switch switchView, boolean isChecked) { in onSwitchChanged() method in SettingsMainSwitchPreferenceController
|
H A D | SwitchBarController.java | 75 public void onSwitchChanged(Switch switchView, boolean isChecked) { in onSwitchChanged() method in SwitchBarController
|
H A D | MainSwitchBarController.java | 77 public void onSwitchChanged(Switch switchView, boolean isChecked) { in onSwitchChanged() method in MainSwitchBarController
|
H A D | SwitchBar.java | 61 void onSwitchChanged(Switch switchView, boolean isChecked); in onSwitchChanged() method 289 mSwitchChangeListeners.get(n).onSwitchChanged(mSwitch, isChecked); in propagateChecked()
|
/aosp12/packages/apps/Settings/src/com/android/settings/location/ |
H A D | WifiScanningMainSwitchPreferenceController.java | 77 public void onSwitchChanged(Switch switchView, boolean isChecked) { in onSwitchChanged() method in WifiScanningMainSwitchPreferenceController
|
H A D | BluetoothScanningMainSwitchPreferenceController.java | 76 public void onSwitchChanged(Switch switchView, boolean isChecked) { in onSwitchChanged() method in BluetoothScanningMainSwitchPreferenceController
|
H A D | LocationSwitchBarController.java | 98 public void onSwitchChanged(Switch switchView, boolean isChecked) { in onSwitchChanged() method in LocationSwitchBarController
|
/aosp12/packages/apps/Settings/src/com/android/settings/emergency/ |
H A D | EmergencyGesturePreferenceController.java | 75 public void onSwitchChanged(Switch switchView, boolean isChecked) { in onSwitchChanged() method in EmergencyGesturePreferenceController
|
/aosp12/packages/apps/Settings/src/com/android/settings/notification/zen/ |
H A D | ZenAutomaticRuleSwitchPreferenceController.java | 89 public void onSwitchChanged(Switch switchView, boolean isChecked) { in onSwitchChanged() method in ZenAutomaticRuleSwitchPreferenceController
|
/aosp12/packages/apps/Settings/src/com/android/settings/deletionhelper/ |
H A D | AutomaticStorageManagerSwitchBarController.java | 67 public void onSwitchChanged(Switch switchView, boolean isChecked) { in onSwitchChanged() method in AutomaticStorageManagerSwitchBarController
|
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/notifications/ |
H A D | NotificationsAppListPreferenceController.java | 84 mNotificationSwitchListener.onSwitchChanged(); in createPreference()
|
H A D | NotificationsFragment.java | 112 void onSwitchChanged(); in onSwitchChanged() method
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/calling/ |
H A D | WifiCallingSettingsForSubTest.java | 295 mFragment.onSwitchChanged(null, true); in onSwitchChanged_enableSetting_shouldLaunchWfcDisclaimerFragment() 340 mFragment.onSwitchChanged(null, false); in onSwitchChanged_disableSetting_shouldNotLaunchWfcDisclaimerFragment()
|