Home
last modified time | relevance | path

Searched refs:setScanThrottleEnabled (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/
DWifiMigration.java480 public @NonNull Builder setScanThrottleEnabled(boolean enabled) { in setScanThrottleEnabled() method in WifiMigration.SettingsMigrationData.Builder
546 .setScanThrottleEnabled( in loadFromSettings()
DIWifiManager.aidl269 void setScanThrottleEnabled(boolean enable); in setScanThrottleEnabled() method
DWifiManager.java6160 public void setScanThrottleEnabled(boolean enable) { in setScanThrottleEnabled() method in WifiManager
6162 mService.setScanThrottleEnabled(enable); in setScanThrottleEnabled()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DScanRequestProxy.java525 public void setScanThrottleEnabled(boolean enable) { in setScanThrottleEnabled() method in ScanRequestProxy
DBaseWifiService.java656 public void setScanThrottleEnabled(boolean enable) { in setScanThrottleEnabled() method in BaseWifiService
DWifiServiceImpl.java4292 public void setScanThrottleEnabled(boolean enable) {
4297 mWifiThreadRunner.post(()-> mScanRequestProxy.setScanThrottleEnabled(enable));
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiServiceImplTest.java5768 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()
DScanRequestProxyTest.java645 mScanRequestProxy.setScanThrottleEnabled(false); in testSuccessiveScanRequestFromSameAppWhenThrottlingIsDisabledNotThrottled()
/frameworks/base/wifi/tests/src/android/net/wifi/
DWifiManagerTest.java2361 mWifiManager.setScanThrottleEnabled(true); in testScanThrottle()
2362 verify(mWifiService).setScanThrottleEnabled(true); in testScanThrottle()
/frameworks/base/wifi/api/
Dsystem-current.txt466 …rmission(android.Manifest.permission.NETWORK_SETTINGS) public void setScanThrottleEnabled(boolean);
/frameworks/base/api/
Dsystem-current.txt7263 …rmission(android.Manifest.permission.NETWORK_SETTINGS) public void setScanThrottleEnabled(boolean);
7415 …ublic android.net.wifi.WifiMigration.SettingsMigrationData.Builder setScanThrottleEnabled(boolean);
/frameworks/base/non-updatable-api/
Dsystem-current.txt6686 …ublic android.net.wifi.WifiMigration.SettingsMigrationData.Builder setScanThrottleEnabled(boolean);