Home
last modified time | relevance | path

Searched refs:isScanThrottleEnabled (Results 1 – 11 of 11) 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/modules/Wifi/service/java/com/android/server/wifi/
DWifiSettingsConfigStore.java215 mCachedMigrationData.isScanThrottleEnabled()); in migrateFromSettingsIfNeeded()
306 pw.println(mCachedMigrationData.isScanThrottleEnabled()); in dump()
DScanRequestProxy.java590 public boolean isScanThrottleEnabled() { in isScanThrottleEnabled() method in ScanRequestProxy
DBaseWifiService.java724 public boolean isScanThrottleEnabled() { in isScanThrottleEnabled() method in BaseWifiService
DWifiServiceImpl.java5163 public boolean isScanThrottleEnabled() {
5168 return mWifiThreadRunner.call(()-> mScanRequestProxy.isScanThrottleEnabled(), true);
/packages/apps/Settings/src/com/android/settings/development/
DWifiScanThrottlingPreferenceController.java53 ((SwitchPreference) mPreference).setChecked(mWifiManager.isScanThrottleEnabled()); in updateState()
/packages/modules/Wifi/framework/java/android/net/wifi/
DIWifiManager.aidl305 boolean isScanThrottleEnabled(); in isScanThrottleEnabled() method
DWifiManager.java7807 public boolean isScanThrottleEnabled() { in isScanThrottleEnabled() method in WifiManager
7809 return mService.isScanThrottleEnabled(); in isScanThrottleEnabled()
/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DWifiManagerTest.java3158 when(mWifiService.isScanThrottleEnabled()).thenReturn(false); in testScanThrottle()
3159 assertFalse(mWifiManager.isScanThrottleEnabled()); in testScanThrottle()
3160 verify(mWifiService).isScanThrottleEnabled(); in testScanThrottle()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiServiceImplTest.java7512 when(mScanRequestProxy.isScanThrottleEnabled()).thenReturn(true); in testIsScanThrottleEnabled()
7514 assertTrue(mWifiServiceImpl.isScanThrottleEnabled()); in testIsScanThrottleEnabled()
7516 verify(mScanRequestProxy).isScanThrottleEnabled(); in testIsScanThrottleEnabled()
/packages/modules/Wifi/framework/api/
Dcurrent.txt390 …esPermission(android.Manifest.permission.ACCESS_WIFI_STATE) public boolean isScanThrottleEnabled();