Searched refs:setScanThrottleEnabled (Results 1 – 12 of 12) sorted by relevance
480 public @NonNull Builder setScanThrottleEnabled(boolean enabled) { in setScanThrottleEnabled() method in WifiMigration.SettingsMigrationData.Builder546 .setScanThrottleEnabled( in loadFromSettings()
269 void setScanThrottleEnabled(boolean enable); in setScanThrottleEnabled() method
6160 public void setScanThrottleEnabled(boolean enable) { in setScanThrottleEnabled() method in WifiManager6162 mService.setScanThrottleEnabled(enable); in setScanThrottleEnabled()
525 public void setScanThrottleEnabled(boolean enable) { in setScanThrottleEnabled() method in ScanRequestProxy
656 public void setScanThrottleEnabled(boolean enable) { in setScanThrottleEnabled() method in BaseWifiService
4292 public void setScanThrottleEnabled(boolean enable) {4297 mWifiThreadRunner.post(()-> mScanRequestProxy.setScanThrottleEnabled(enable));
5768 mWifiServiceImpl.setScanThrottleEnabled(true); in testSetScanThrottleEnabledWithNetworkSettingsPermission()5770 verify(mScanRequestProxy).setScanThrottleEnabled(true); in testSetScanThrottleEnabledWithNetworkSettingsPermission()5772 mWifiServiceImpl.setScanThrottleEnabled(false); in testSetScanThrottleEnabledWithNetworkSettingsPermission()5774 verify(mScanRequestProxy).setScanThrottleEnabled(false); in testSetScanThrottleEnabledWithNetworkSettingsPermission()5783 mWifiServiceImpl.setScanThrottleEnabled(true); in testSetScanThrottleEnabledWithNoNetworkSettingsPermission()5785 verify(mScanRequestProxy, never()).setScanThrottleEnabled(true); in testSetScanThrottleEnabledWithNoNetworkSettingsPermission()
645 mScanRequestProxy.setScanThrottleEnabled(false); in testSuccessiveScanRequestFromSameAppWhenThrottlingIsDisabledNotThrottled()
2361 mWifiManager.setScanThrottleEnabled(true); in testScanThrottle()2362 verify(mWifiService).setScanThrottleEnabled(true); in testScanThrottle()
466 …rmission(android.Manifest.permission.NETWORK_SETTINGS) public void setScanThrottleEnabled(boolean);
7263 …rmission(android.Manifest.permission.NETWORK_SETTINGS) public void setScanThrottleEnabled(boolean);7415 …ublic android.net.wifi.WifiMigration.SettingsMigrationData.Builder setScanThrottleEnabled(boolean);
6686 …ublic android.net.wifi.WifiMigration.SettingsMigrationData.Builder setScanThrottleEnabled(boolean);