Searched refs:setScanThrottleEnabled (Results 1 – 11 of 11) sorted by relevance
62 verify(mWifiManager).setScanThrottleEnabled(true); in onPreferenceChanged_turnOnScanThrottling()69 verify(mWifiManager).setScanThrottleEnabled(false); in onPreferenceChanged_turnOffScanThrottling()91 verify(mWifiManager).setScanThrottleEnabled(true); in onDeveloperOptionsDisabled_shouldDisablePreference()
47 mWifiManager.setScanThrottleEnabled(isEnabled); in onPreferenceChange()59 mWifiManager.setScanThrottleEnabled(true); in onDeveloperOptionsSwitchDisabled()
663 public void setScanThrottleEnabled(boolean enable) { in setScanThrottleEnabled() method in ScanRequestProxy
7292 public void setScanThrottleEnabled(boolean enable) {7297 mScanRequestProxy.setScanThrottleEnabled(enable);
398 void setScanThrottleEnabled(boolean enable); in setScanThrottleEnabled() method
921 public void setScanThrottleEnabled(boolean enable) { in setScanThrottleEnabled() method in BaseWifiService
10826 public void setScanThrottleEnabled(boolean enable) { in setScanThrottleEnabled() method in WifiManager10828 mService.setScanThrottleEnabled(enable); in setScanThrottleEnabled()
774 mScanRequestProxy.setScanThrottleEnabled(false); in testSuccessiveScanRequestFromSameAppWhenThrottlingIsDisabledNotThrottled()
9310 mWifiServiceImpl.setScanThrottleEnabled(true); in testSetScanThrottleEnabledWithNetworkSettingsPermission()9311 verify(mScanRequestProxy).setScanThrottleEnabled(true); in testSetScanThrottleEnabledWithNetworkSettingsPermission()9313 mWifiServiceImpl.setScanThrottleEnabled(false); in testSetScanThrottleEnabledWithNetworkSettingsPermission()9314 verify(mScanRequestProxy).setScanThrottleEnabled(false); in testSetScanThrottleEnabledWithNetworkSettingsPermission()9323 mWifiServiceImpl.setScanThrottleEnabled(true); in testSetScanThrottleEnabledWithNoNetworkSettingsPermission()9324 verify(mScanRequestProxy, never()).setScanThrottleEnabled(true); in testSetScanThrottleEnabledWithNoNetworkSettingsPermission()
3420 mWifiManager.setScanThrottleEnabled(true); in testScanThrottle()3421 verify(mWifiService).setScanThrottleEnabled(true); in testScanThrottle()
802 …rmission(android.Manifest.permission.NETWORK_SETTINGS) public void setScanThrottleEnabled(boolean);