Home
last modified time | relevance | path

Searched refs:onDeveloperOptionsSwitchEnabled (Results 1 – 16 of 16) 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.java124 protected void onDeveloperOptionsSwitchEnabled() { in onDeveloperOptionsSwitchEnabled() method in BluetoothSnoopLogFilterProfilePbapPreferenceController
125 super.onDeveloperOptionsSwitchEnabled(); in onDeveloperOptionsSwitchEnabled()
DBluetoothSnoopLogFilterProfileMapPreferenceController.java125 protected void onDeveloperOptionsSwitchEnabled() { in onDeveloperOptionsSwitchEnabled() method in BluetoothSnoopLogFilterProfileMapPreferenceController
126 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.java90 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
DEnable16kPagesPreferenceController.java157 protected void onDeveloperOptionsSwitchEnabled() { in onDeveloperOptionsSwitchEnabled() method in Enable16kPagesPreferenceController
/packages/apps/Settings/tests/robotests/src/com/android/settings/development/
DDefaultUsbConfigurationPreferenceControllerTest.java98 mController.onDeveloperOptionsSwitchEnabled(); in onDeveloperOptionsSwitchEnabled_usbEnabled_shouldNotDisablePreference()
108 mController.onDeveloperOptionsSwitchEnabled(); in onDeveloperOptionsSwitchEnabled_usbDisabled_shouldDisablePreference()
DUsbAudioRoutingPreferenceControllerTest.java153 mController.onDeveloperOptionsSwitchEnabled(); in onDeveloperOptionsSwitchEnabled_usbEnabled_shouldNotDisablePreference()
163 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()