Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/development/
DBluetoothMaxConnectedAudioDevicesPreferenceController.java95 protected void onDeveloperOptionsSwitchEnabled() { in onDeveloperOptionsSwitchEnabled() method in BluetoothMaxConnectedAudioDevicesPreferenceController
96 super.onDeveloperOptionsSwitchEnabled(); in onDeveloperOptionsSwitchEnabled()
DVerifyAppsOverUsbPreferenceController.java132 protected void onDeveloperOptionsSwitchEnabled() { in onDeveloperOptionsSwitchEnabled() method in VerifyAppsOverUsbPreferenceController
133 super.onDeveloperOptionsSwitchEnabled(); in onDeveloperOptionsSwitchEnabled()
DClearAdbKeysPreferenceController.java86 protected void onDeveloperOptionsSwitchEnabled() { in onDeveloperOptionsSwitchEnabled() method in ClearAdbKeysPreferenceController
DLocalTerminalPreferenceController.java70 protected void onDeveloperOptionsSwitchEnabled() { in onDeveloperOptionsSwitchEnabled() method in LocalTerminalPreferenceController
DOemUnlockPreferenceController.java140 protected void onDeveloperOptionsSwitchEnabled() { in onDeveloperOptionsSwitchEnabled() method in OemUnlockPreferenceController
/packages/apps/Settings/src/com/android/settings/development/
DBluetoothMaxConnectedAudioDevicesPreferenceController.java95 protected void onDeveloperOptionsSwitchEnabled() { in onDeveloperOptionsSwitchEnabled() method in BluetoothMaxConnectedAudioDevicesPreferenceController
96 super.onDeveloperOptionsSwitchEnabled(); in onDeveloperOptionsSwitchEnabled()
DVerifyAppsOverUsbPreferenceController.java132 protected void onDeveloperOptionsSwitchEnabled() { in onDeveloperOptionsSwitchEnabled() method in VerifyAppsOverUsbPreferenceController
133 super.onDeveloperOptionsSwitchEnabled(); in onDeveloperOptionsSwitchEnabled()
DWirelessDebuggingPreferenceController.java101 protected void onDeveloperOptionsSwitchEnabled() { in onDeveloperOptionsSwitchEnabled() method in WirelessDebuggingPreferenceController
102 super.onDeveloperOptionsSwitchEnabled(); in onDeveloperOptionsSwitchEnabled()
DClearAdbKeysPreferenceController.java86 protected void onDeveloperOptionsSwitchEnabled() { in onDeveloperOptionsSwitchEnabled() method in ClearAdbKeysPreferenceController
DLocalTerminalPreferenceController.java70 protected void onDeveloperOptionsSwitchEnabled() { in onDeveloperOptionsSwitchEnabled() method in LocalTerminalPreferenceController
DOemUnlockPreferenceController.java142 protected void onDeveloperOptionsSwitchEnabled() { in onDeveloperOptionsSwitchEnabled() method in OemUnlockPreferenceController
/packages/apps/Settings/tests/robotests/src/com/android/settings/development/
DClearAdbKeysPreferenceControllerTest.java149 mController.onDeveloperOptionsSwitchEnabled(); in onDeveloperOptionsSwitchEnabled_isAdminUser_shouldEnablePreference()
159 mController.onDeveloperOptionsSwitchEnabled(); in onDeveloperOptionsSwitchEnabled_isNotAdminUser_shouldNotEnablePreference()
DLocalTerminalPreferenceControllerTest.java133 mController.onDeveloperOptionsSwitchEnabled(); in onDeveloperOptionsSwitchEnabled_preferenceShouldBeEnabledWhenAdmin()
DBluetoothMaxConnectedAudioDevicesPreferenceControllerTest.java169 mController.onDeveloperOptionsSwitchEnabled(); in onDeveloperOptionsSwitchEnabled_shouldEnablePreference()