Searched refs:isScanThrottleEnabled (Results 1 – 13 of 13) sorted by relevance
197 mCachedMigrationData.isScanThrottleEnabled()); in migrateFromSettingsIfNeeded()288 pw.println(mCachedMigrationData.isScanThrottleEnabled()); in dump()
535 public boolean isScanThrottleEnabled() { in isScanThrottleEnabled() method in ScanRequestProxy
661 public boolean isScanThrottleEnabled() { in isScanThrottleEnabled() method in BaseWifiService
4304 public boolean isScanThrottleEnabled() {4309 return mWifiThreadRunner.call(()-> mScanRequestProxy.isScanThrottleEnabled(), true);
393 public boolean isScanThrottleEnabled() { in isScanThrottleEnabled() method in WifiMigration.SettingsMigrationData
271 boolean isScanThrottleEnabled(); in isScanThrottleEnabled() method
6182 public boolean isScanThrottleEnabled() { in isScanThrottleEnabled() method in WifiManager6184 return mService.isScanThrottleEnabled(); in isScanThrottleEnabled()
2364 when(mWifiService.isScanThrottleEnabled()).thenReturn(false); in testScanThrottle()2365 assertFalse(mWifiManager.isScanThrottleEnabled()); in testScanThrottle()2366 verify(mWifiService).isScanThrottleEnabled(); in testScanThrottle()
5790 when(mScanRequestProxy.isScanThrottleEnabled()).thenReturn(true); in testIsScanThrottleEnabled()5792 assertTrue(mWifiServiceImpl.isScanThrottleEnabled()); in testIsScanThrottleEnabled()5794 verify(mScanRequestProxy).isScanThrottleEnabled(); in testIsScanThrottleEnabled()
336 …esPermission(android.Manifest.permission.ACCESS_WIFI_STATE) public boolean isScanThrottleEnabled();
6672 method public boolean isScanThrottleEnabled();
7401 method public boolean isScanThrottleEnabled();
31416 …esPermission(android.Manifest.permission.ACCESS_WIFI_STATE) public boolean isScanThrottleEnabled();