/packages/apps/Settings/src/com/android/settings/development/ |
D | DefaultUsbConfigurationPreferenceController.java | 60 protected void onDeveloperOptionsSwitchEnabled() { in onDeveloperOptionsSwitchEnabled() method in DefaultUsbConfigurationPreferenceController 61 super.onDeveloperOptionsSwitchEnabled(); in onDeveloperOptionsSwitchEnabled()
|
D | UsbAudioRoutingPreferenceController.java | 88 protected void onDeveloperOptionsSwitchEnabled() { in onDeveloperOptionsSwitchEnabled() method in UsbAudioRoutingPreferenceController 89 super.onDeveloperOptionsSwitchEnabled(); in onDeveloperOptionsSwitchEnabled()
|
D | BluetoothMaxConnectedAudioDevicesPreferenceController.java | 99 protected void onDeveloperOptionsSwitchEnabled() { in onDeveloperOptionsSwitchEnabled() method in BluetoothMaxConnectedAudioDevicesPreferenceController 100 super.onDeveloperOptionsSwitchEnabled(); in onDeveloperOptionsSwitchEnabled()
|
D | BluetoothSnoopLogFilterProfilePbapPreferenceController.java | 124 protected void onDeveloperOptionsSwitchEnabled() { in onDeveloperOptionsSwitchEnabled() method in BluetoothSnoopLogFilterProfilePbapPreferenceController 125 super.onDeveloperOptionsSwitchEnabled(); in onDeveloperOptionsSwitchEnabled()
|
D | BluetoothSnoopLogFilterProfileMapPreferenceController.java | 125 protected void onDeveloperOptionsSwitchEnabled() { in onDeveloperOptionsSwitchEnabled() method in BluetoothSnoopLogFilterProfileMapPreferenceController 126 super.onDeveloperOptionsSwitchEnabled(); in onDeveloperOptionsSwitchEnabled()
|
D | VerifyAppsOverUsbPreferenceController.java | 132 protected void onDeveloperOptionsSwitchEnabled() { in onDeveloperOptionsSwitchEnabled() method in VerifyAppsOverUsbPreferenceController 133 super.onDeveloperOptionsSwitchEnabled(); in onDeveloperOptionsSwitchEnabled()
|
D | WirelessDebuggingPreferenceController.java | 101 protected void onDeveloperOptionsSwitchEnabled() { in onDeveloperOptionsSwitchEnabled() method in WirelessDebuggingPreferenceController 102 super.onDeveloperOptionsSwitchEnabled(); in onDeveloperOptionsSwitchEnabled()
|
D | ClearAdbKeysPreferenceController.java | 90 protected void onDeveloperOptionsSwitchEnabled() { in onDeveloperOptionsSwitchEnabled() method in ClearAdbKeysPreferenceController
|
D | LocalTerminalPreferenceController.java | 70 protected void onDeveloperOptionsSwitchEnabled() { in onDeveloperOptionsSwitchEnabled() method in LocalTerminalPreferenceController
|
D | OemUnlockPreferenceController.java | 140 protected void onDeveloperOptionsSwitchEnabled() { in onDeveloperOptionsSwitchEnabled() method in OemUnlockPreferenceController
|
D | Enable16kPagesPreferenceController.java | 157 protected void onDeveloperOptionsSwitchEnabled() { in onDeveloperOptionsSwitchEnabled() method in Enable16kPagesPreferenceController
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/development/ |
D | DefaultUsbConfigurationPreferenceControllerTest.java | 98 mController.onDeveloperOptionsSwitchEnabled(); in onDeveloperOptionsSwitchEnabled_usbEnabled_shouldNotDisablePreference() 108 mController.onDeveloperOptionsSwitchEnabled(); in onDeveloperOptionsSwitchEnabled_usbDisabled_shouldDisablePreference()
|
D | UsbAudioRoutingPreferenceControllerTest.java | 153 mController.onDeveloperOptionsSwitchEnabled(); in onDeveloperOptionsSwitchEnabled_usbEnabled_shouldNotDisablePreference() 163 mController.onDeveloperOptionsSwitchEnabled(); in onDeveloperOptionsSwitchEnabled_usbDisabled_shouldDisablePreference()
|
D | ClearAdbKeysPreferenceControllerTest.java | 149 mController.onDeveloperOptionsSwitchEnabled(); in onDeveloperOptionsSwitchEnabled_isAdminUser_shouldEnablePreference() 159 mController.onDeveloperOptionsSwitchEnabled(); in onDeveloperOptionsSwitchEnabled_isNotAdminUser_shouldNotEnablePreference()
|
D | LocalTerminalPreferenceControllerTest.java | 133 mController.onDeveloperOptionsSwitchEnabled(); in onDeveloperOptionsSwitchEnabled_preferenceShouldBeEnabledWhenAdmin()
|
D | BluetoothMaxConnectedAudioDevicesPreferenceControllerTest.java | 174 mController.onDeveloperOptionsSwitchEnabled(); in onDeveloperOptionsSwitchEnabled_shouldEnablePreference()
|