Home
last modified time | relevance | path

Searched defs:SETTING_THROTTLING_ENABLE_VALUE_ON (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/development/
DWifiScanThrottlingPreferenceController.java33 static final int SETTING_THROTTLING_ENABLE_VALUE_ON = 1; // default is throttling enabled. field in WifiScanThrottlingPreferenceController
70 Settings.Global.WIFI_SCAN_THROTTLE_ENABLED, SETTING_THROTTLING_ENABLE_VALUE_ON); in onDeveloperOptionsSwitchDisabled() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/development/
DWifiScanThrottlingPreferenceControllerTest.java86 SETTING_THROTTLING_ENABLE_VALUE_ON); in updateState_preferenceShouldBeChecked() local