Home
last modified time | relevance | path

Searched refs:mWasScanThrottleEnabled (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/wifi/src/android/net/wifi/cts/
DWifiLocationInfoTest.java93 private boolean mWasScanThrottleEnabled; field in WifiLocationInfoTest
112 mWasScanThrottleEnabled = ShellIdentityUtils.invokeWithShellPermissions( in setUp()
142 () -> mWifiManager.setScanThrottleEnabled(mWasScanThrottleEnabled)); in tearDown()
DScanResultTest.java51 private boolean mWasScanThrottleEnabled; field in ScanResultTest
128 mWasScanThrottleEnabled = ShellIdentityUtils.invokeWithShellPermissions( in setUp()
156 () -> mWifiManager.setScanThrottleEnabled(mWasScanThrottleEnabled)); in tearDown()
DWifiManagerTest.java146 private boolean mWasScanThrottleEnabled; field in WifiManagerTest
332 mWasScanThrottleEnabled = ShellIdentityUtils.invokeWithShellPermissions( in setUp()
372 () -> mWifiManager.setScanThrottleEnabled(mWasScanThrottleEnabled)); in tearDown()