Home
last modified time | relevance | path

Searched refs:sWasScanThrottleEnabled (Results 1 – 13 of 13) sorted by relevance

/cts/tests/tests/wifi/src/android/net/wifi/cts/
DWifiLocationInfoForegroundTest.java89 private static boolean sWasScanThrottleEnabled; field in WifiLocationInfoForegroundTest
112 sWasScanThrottleEnabled = ShellIdentityUtils.invokeWithShellPermissions( in setUpClass()
158 () -> sWifiManager.setScanThrottleEnabled(sWasScanThrottleEnabled)); in tearDownClass()
DMultiStaConcurrencyWifiNetworkSpecifierTest.java75 private static boolean sWasScanThrottleEnabled; field in MultiStaConcurrencyWifiNetworkSpecifierTest
114 sWasScanThrottleEnabled = ShellIdentityUtils.invokeWithShellPermissions( in setUpClass()
140 () -> wifiManager.setScanThrottleEnabled(sWasScanThrottleEnabled)); in tearDownClass()
DWifiLocationInfoBackgroundTest.java90 private static boolean sWasScanThrottleEnabled; field in WifiLocationInfoBackgroundTest
123 sWasScanThrottleEnabled = ShellIdentityUtils.invokeWithShellPermissions( in setUpClass()
171 () -> sWifiManager.setScanThrottleEnabled(sWasScanThrottleEnabled)); in tearDownClass()
DMultiStaConcurrencyRestrictedWifiNetworkSuggestionTest.java75 private static boolean sWasScanThrottleEnabled; field in MultiStaConcurrencyRestrictedWifiNetworkSuggestionTest
118 sWasScanThrottleEnabled = ShellIdentityUtils.invokeWithShellPermissions( in setUpClass()
138 () -> sWifiManager.setScanThrottleEnabled(sWasScanThrottleEnabled)); in tearDownClass()
DMultiStaConcurrencyMultiInternetWifiNetworkTest.java85 private static boolean sWasScanThrottleEnabled; field in MultiStaConcurrencyMultiInternetWifiNetworkTest
151 sWasScanThrottleEnabled = ShellIdentityUtils.invokeWithShellPermissions( in setUpClass()
173 () -> wifiManager.setScanThrottleEnabled(sWasScanThrottleEnabled)); in tearDownClass()
DScanResultTest.java82 private static boolean sWasScanThrottleEnabled; field in ScanResultTest
169 sWasScanThrottleEnabled = ShellIdentityUtils.invokeWithShellPermissions( in setUpClass()
194 () -> sWifiManager.setScanThrottleEnabled(sWasScanThrottleEnabled)); in tearDownClass()
DWifiNetworkSpecifierTest.java185 private static boolean sWasScanThrottleEnabled; field in WifiNetworkSpecifierTest
219 sWasScanThrottleEnabled = ShellIdentityUtils.invokeWithShellPermissions( in setUpClass()
272 () -> sWifiManager.setScanThrottleEnabled(sWasScanThrottleEnabled)); in tearDownClass()
DWifiNetworkSuggestionTest.java112 private static boolean sWasScanThrottleEnabled; field in WifiNetworkSuggestionTest
152 sWasScanThrottleEnabled = ShellIdentityUtils.invokeWithShellPermissions( in setUpClass()
197 () -> sWifiManager.setScanThrottleEnabled(sWasScanThrottleEnabled)); in tearDownClass()
DConnectedNetworkScorerTest.java116 private static boolean sWasScanThrottleEnabled; field in ConnectedNetworkScorerTest
144 sWasScanThrottleEnabled = ShellIdentityUtils.invokeWithShellPermissions( in setUpClass()
192 () -> sWifiManager.setScanThrottleEnabled(sWasScanThrottleEnabled)); in tearDownClass()
DConcurrencyTest.java166 private static boolean sWasScanThrottleEnabled; field in ConcurrencyTest
275 sWasScanThrottleEnabled = ShellIdentityUtils.invokeWithShellPermissions( in setUpClass()
321 () -> sWifiManager.setScanThrottleEnabled(sWasScanThrottleEnabled)); in tearDownClass()
DWifiManagerTest.java208 private static boolean sWasScanThrottleEnabled; field in WifiManagerTest
462 sWasScanThrottleEnabled = ShellIdentityUtils.invokeWithShellPermissions( in setUpClass()
493 () -> sWifiManager.setScanThrottleEnabled(sWasScanThrottleEnabled)); in tearDownClass()
/cts/tests/tests/wifi/src/android/net/wifi/rtt/cts/
DTestBase.java98 private static Boolean sWasScanThrottleEnabled; field in TestBase
152 sWasScanThrottleEnabled = ShellIdentityUtils.invokeWithShellPermissions( in setupClass()
180 () -> sWifiManager.setScanThrottleEnabled(sWasScanThrottleEnabled)); in tearDownClass()
/cts/tests/tests/wifi/src/android/net/wifi/mockwifi/cts/
DMockWifiTest.java115 private static boolean sWasScanThrottleEnabled; field in MockWifiTest
196 sWasScanThrottleEnabled = ShellIdentityUtils.invokeWithShellPermissions( in setUpClass()
234 () -> sWifiManager.setScanThrottleEnabled(sWasScanThrottleEnabled)); in tearDownClass()