Home
last modified time | relevance | path

Searched refs:isScanThrottleEnabled (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/development/
DWifiScanThrottlingPreferenceControllerTest.java74 when(mWifiManager.isScanThrottleEnabled()).thenReturn(true); in updateState_preferenceShouldBeChecked()
82 when(mWifiManager.isScanThrottleEnabled()).thenReturn(false); in updateState_preferenceShouldNotBeChecked()
/packages/apps/Settings/src/com/android/settings/development/
DWifiScanThrottlingPreferenceController.java53 ((TwoStatePreference) mPreference).setChecked(mWifiManager.isScanThrottleEnabled()); in updateState()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiSettingsConfigStore.java342 mCachedMigrationData.isScanThrottleEnabled()); in migrateFromSettingsIfNeeded()
433 pw.println(mCachedMigrationData.isScanThrottleEnabled()); in dump()
DScanRequestProxy.java528 if (!fromSettingsOrSetupWizard && isScanThrottleEnabled() in startScan()
683 public boolean isScanThrottleEnabled() { in isScanThrottleEnabled() method in ScanRequestProxy
DWifiServiceImpl.java7820 public boolean isScanThrottleEnabled() {
7822 final boolean enable = mScanRequestProxy.isScanThrottleEnabled();
/packages/modules/Wifi/framework/java/android/net/wifi/
DIWifiManager.aidl423 boolean isScanThrottleEnabled(); in isScanThrottleEnabled() method
DWifiManager.java11088 public boolean isScanThrottleEnabled() { in isScanThrottleEnabled() method in WifiManager
11090 return mService.isScanThrottleEnabled(); in isScanThrottleEnabled()
/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DWifiManagerTest.java3460 when(mWifiService.isScanThrottleEnabled()).thenReturn(false); in testScanThrottle()
3461 assertFalse(mWifiManager.isScanThrottleEnabled()); in testScanThrottle()
3462 verify(mWifiService).isScanThrottleEnabled(); in testScanThrottle()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiServiceImplTest.java9468 when(mScanRequestProxy.isScanThrottleEnabled()).thenReturn(true); in testIsScanThrottleEnabled()
9469 assertTrue(mWifiServiceImpl.isScanThrottleEnabled()); in testIsScanThrottleEnabled()
9470 verify(mScanRequestProxy).isScanThrottleEnabled(); in testIsScanThrottleEnabled()
/packages/modules/Wifi/framework/api/
Dcurrent.txt526 …esPermission(android.Manifest.permission.ACCESS_WIFI_STATE) public boolean isScanThrottleEnabled();