Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/development/
DDefaultUsbConfigurationPreferenceController.java60 protected void onDeveloperOptionsSwitchEnabled() { in onDeveloperOptionsSwitchEnabled() method in DefaultUsbConfigurationPreferenceController
61 super.onDeveloperOptionsSwitchEnabled(); in onDeveloperOptionsSwitchEnabled()
DUsbAudioRoutingPreferenceController.java88 protected void onDeveloperOptionsSwitchEnabled() { in onDeveloperOptionsSwitchEnabled() method in UsbAudioRoutingPreferenceController
89 super.onDeveloperOptionsSwitchEnabled(); in onDeveloperOptionsSwitchEnabled()
DBluetoothMaxConnectedAudioDevicesPreferenceController.java99 protected void onDeveloperOptionsSwitchEnabled() { in onDeveloperOptionsSwitchEnabled() method in BluetoothMaxConnectedAudioDevicesPreferenceController
100 super.onDeveloperOptionsSwitchEnabled(); in onDeveloperOptionsSwitchEnabled()
DBluetoothSnoopLogFilterProfilePbapPreferenceController.java122 protected void onDeveloperOptionsSwitchEnabled() { in onDeveloperOptionsSwitchEnabled() method in BluetoothSnoopLogFilterProfilePbapPreferenceController
123 super.onDeveloperOptionsSwitchEnabled(); in onDeveloperOptionsSwitchEnabled()
DBluetoothSnoopLogFilterProfileMapPreferenceController.java123 protected void onDeveloperOptionsSwitchEnabled() { in onDeveloperOptionsSwitchEnabled() method in BluetoothSnoopLogFilterProfileMapPreferenceController
124 super.onDeveloperOptionsSwitchEnabled(); in onDeveloperOptionsSwitchEnabled()
DVerifyAppsOverUsbPreferenceController.java132 protected void onDeveloperOptionsSwitchEnabled() { in onDeveloperOptionsSwitchEnabled() method in VerifyAppsOverUsbPreferenceController
133 super.onDeveloperOptionsSwitchEnabled(); in onDeveloperOptionsSwitchEnabled()
DWirelessDebuggingPreferenceController.java102 protected void onDeveloperOptionsSwitchEnabled() { in onDeveloperOptionsSwitchEnabled() method in WirelessDebuggingPreferenceController
103 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.java138 protected void onDeveloperOptionsSwitchEnabled() { in onDeveloperOptionsSwitchEnabled() method in OemUnlockPreferenceController
/packages/apps/Settings/tests/robotests/src/com/android/settings/development/
DDefaultUsbConfigurationPreferenceControllerTest.java101 mController.onDeveloperOptionsSwitchEnabled(); in onDeveloperOptionsSwitchEnabled_usbEnabled_shouldNotDisablePreference()
112 mController.onDeveloperOptionsSwitchEnabled(); in onDeveloperOptionsSwitchEnabled_usbDisabled_shouldDisablePreference()
DUsbAudioRoutingPreferenceControllerTest.java157 mController.onDeveloperOptionsSwitchEnabled(); in onDeveloperOptionsSwitchEnabled_usbEnabled_shouldNotDisablePreference()
168 mController.onDeveloperOptionsSwitchEnabled(); in onDeveloperOptionsSwitchEnabled_usbDisabled_shouldDisablePreference()
DClearAdbKeysPreferenceControllerTest.java149 mController.onDeveloperOptionsSwitchEnabled(); in onDeveloperOptionsSwitchEnabled_isAdminUser_shouldEnablePreference()
159 mController.onDeveloperOptionsSwitchEnabled(); in onDeveloperOptionsSwitchEnabled_isNotAdminUser_shouldNotEnablePreference()
DLocalTerminalPreferenceControllerTest.java133 mController.onDeveloperOptionsSwitchEnabled(); in onDeveloperOptionsSwitchEnabled_preferenceShouldBeEnabledWhenAdmin()
DBluetoothMaxConnectedAudioDevicesPreferenceControllerTest.java174 mController.onDeveloperOptionsSwitchEnabled(); in onDeveloperOptionsSwitchEnabled_shouldEnablePreference()