Home
last modified time | relevance | path

Searched refs:onDeveloperOptionsSwitchEnabled (Results 1 – 15 of 15) sorted by relevance

/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/development/
H A DDeveloperOptionsPreferenceController.java61 onDeveloperOptionsSwitchEnabled(); in onDeveloperOptionsEnabled()
77 protected void onDeveloperOptionsSwitchEnabled() { in onDeveloperOptionsSwitchEnabled() method in DeveloperOptionsPreferenceController
H A DAbstractEnableAdbPreferenceController.java90 protected void onDeveloperOptionsSwitchEnabled() { in onDeveloperOptionsSwitchEnabled() method in AbstractEnableAdbPreferenceController
91 super.onDeveloperOptionsSwitchEnabled(); in onDeveloperOptionsSwitchEnabled()
/aosp12/packages/apps/Settings/src/com/android/settings/development/
H A DDefaultUsbConfigurationPreferenceController.java59 protected void onDeveloperOptionsSwitchEnabled() { in onDeveloperOptionsSwitchEnabled() method in DefaultUsbConfigurationPreferenceController
60 super.onDeveloperOptionsSwitchEnabled(); in onDeveloperOptionsSwitchEnabled()
H A DUsbAudioRoutingPreferenceController.java88 protected void onDeveloperOptionsSwitchEnabled() { in onDeveloperOptionsSwitchEnabled() method in UsbAudioRoutingPreferenceController
89 super.onDeveloperOptionsSwitchEnabled(); in onDeveloperOptionsSwitchEnabled()
H A DBluetoothMaxConnectedAudioDevicesPreferenceController.java95 protected void onDeveloperOptionsSwitchEnabled() { in onDeveloperOptionsSwitchEnabled() method in BluetoothMaxConnectedAudioDevicesPreferenceController
96 super.onDeveloperOptionsSwitchEnabled(); in onDeveloperOptionsSwitchEnabled()
H A DVerifyAppsOverUsbPreferenceController.java132 protected void onDeveloperOptionsSwitchEnabled() { in onDeveloperOptionsSwitchEnabled() method in VerifyAppsOverUsbPreferenceController
133 super.onDeveloperOptionsSwitchEnabled(); in onDeveloperOptionsSwitchEnabled()
H A DWirelessDebuggingPreferenceController.java102 protected void onDeveloperOptionsSwitchEnabled() { in onDeveloperOptionsSwitchEnabled() method in WirelessDebuggingPreferenceController
103 super.onDeveloperOptionsSwitchEnabled(); in onDeveloperOptionsSwitchEnabled()
H A DClearAdbKeysPreferenceController.java86 protected void onDeveloperOptionsSwitchEnabled() { in onDeveloperOptionsSwitchEnabled() method in ClearAdbKeysPreferenceController
H A DLocalTerminalPreferenceController.java70 protected void onDeveloperOptionsSwitchEnabled() { in onDeveloperOptionsSwitchEnabled() method in LocalTerminalPreferenceController
H A DOemUnlockPreferenceController.java138 protected void onDeveloperOptionsSwitchEnabled() { in onDeveloperOptionsSwitchEnabled() method in OemUnlockPreferenceController
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/development/
H A DDefaultUsbConfigurationPreferenceControllerTest.java101 mController.onDeveloperOptionsSwitchEnabled(); in onDeveloperOptionsSwitchEnabled_usbEnabled_shouldNotDisablePreference()
112 mController.onDeveloperOptionsSwitchEnabled(); in onDeveloperOptionsSwitchEnabled_usbDisabled_shouldDisablePreference()
H A DClearAdbKeysPreferenceControllerTest.java149 mController.onDeveloperOptionsSwitchEnabled(); in onDeveloperOptionsSwitchEnabled_isAdminUser_shouldEnablePreference()
159 mController.onDeveloperOptionsSwitchEnabled(); in onDeveloperOptionsSwitchEnabled_isNotAdminUser_shouldNotEnablePreference()
H A DUsbAudioRoutingPreferenceControllerTest.java157 mController.onDeveloperOptionsSwitchEnabled(); in onDeveloperOptionsSwitchEnabled_usbEnabled_shouldNotDisablePreference()
168 mController.onDeveloperOptionsSwitchEnabled(); in onDeveloperOptionsSwitchEnabled_usbDisabled_shouldDisablePreference()
H A DLocalTerminalPreferenceControllerTest.java133 mController.onDeveloperOptionsSwitchEnabled(); in onDeveloperOptionsSwitchEnabled_preferenceShouldBeEnabledWhenAdmin()
H A DBluetoothMaxConnectedAudioDevicesPreferenceControllerTest.java169 mController.onDeveloperOptionsSwitchEnabled(); in onDeveloperOptionsSwitchEnabled_shouldEnablePreference()