/cts/tests/tests/wifi/src/android/net/wifi/cts/ |
D | WifiLocationInfoForegroundTest.java | 89 private static boolean sWasScanThrottleEnabled; field in WifiLocationInfoForegroundTest 112 sWasScanThrottleEnabled = ShellIdentityUtils.invokeWithShellPermissions( in setUpClass() 158 () -> sWifiManager.setScanThrottleEnabled(sWasScanThrottleEnabled)); in tearDownClass()
|
D | MultiStaConcurrencyWifiNetworkSpecifierTest.java | 75 private static boolean sWasScanThrottleEnabled; field in MultiStaConcurrencyWifiNetworkSpecifierTest 114 sWasScanThrottleEnabled = ShellIdentityUtils.invokeWithShellPermissions( in setUpClass() 140 () -> wifiManager.setScanThrottleEnabled(sWasScanThrottleEnabled)); in tearDownClass()
|
D | WifiLocationInfoBackgroundTest.java | 90 private static boolean sWasScanThrottleEnabled; field in WifiLocationInfoBackgroundTest 123 sWasScanThrottleEnabled = ShellIdentityUtils.invokeWithShellPermissions( in setUpClass() 171 () -> sWifiManager.setScanThrottleEnabled(sWasScanThrottleEnabled)); in tearDownClass()
|
D | MultiStaConcurrencyRestrictedWifiNetworkSuggestionTest.java | 75 private static boolean sWasScanThrottleEnabled; field in MultiStaConcurrencyRestrictedWifiNetworkSuggestionTest 118 sWasScanThrottleEnabled = ShellIdentityUtils.invokeWithShellPermissions( in setUpClass() 138 () -> sWifiManager.setScanThrottleEnabled(sWasScanThrottleEnabled)); in tearDownClass()
|
D | MultiStaConcurrencyMultiInternetWifiNetworkTest.java | 85 private static boolean sWasScanThrottleEnabled; field in MultiStaConcurrencyMultiInternetWifiNetworkTest 151 sWasScanThrottleEnabled = ShellIdentityUtils.invokeWithShellPermissions( in setUpClass() 173 () -> wifiManager.setScanThrottleEnabled(sWasScanThrottleEnabled)); in tearDownClass()
|
D | ScanResultTest.java | 82 private static boolean sWasScanThrottleEnabled; field in ScanResultTest 169 sWasScanThrottleEnabled = ShellIdentityUtils.invokeWithShellPermissions( in setUpClass() 194 () -> sWifiManager.setScanThrottleEnabled(sWasScanThrottleEnabled)); in tearDownClass()
|
D | WifiNetworkSpecifierTest.java | 185 private static boolean sWasScanThrottleEnabled; field in WifiNetworkSpecifierTest 219 sWasScanThrottleEnabled = ShellIdentityUtils.invokeWithShellPermissions( in setUpClass() 272 () -> sWifiManager.setScanThrottleEnabled(sWasScanThrottleEnabled)); in tearDownClass()
|
D | WifiNetworkSuggestionTest.java | 112 private static boolean sWasScanThrottleEnabled; field in WifiNetworkSuggestionTest 152 sWasScanThrottleEnabled = ShellIdentityUtils.invokeWithShellPermissions( in setUpClass() 197 () -> sWifiManager.setScanThrottleEnabled(sWasScanThrottleEnabled)); in tearDownClass()
|
D | ConnectedNetworkScorerTest.java | 116 private static boolean sWasScanThrottleEnabled; field in ConnectedNetworkScorerTest 144 sWasScanThrottleEnabled = ShellIdentityUtils.invokeWithShellPermissions( in setUpClass() 192 () -> sWifiManager.setScanThrottleEnabled(sWasScanThrottleEnabled)); in tearDownClass()
|
D | ConcurrencyTest.java | 166 private static boolean sWasScanThrottleEnabled; field in ConcurrencyTest 275 sWasScanThrottleEnabled = ShellIdentityUtils.invokeWithShellPermissions( in setUpClass() 321 () -> sWifiManager.setScanThrottleEnabled(sWasScanThrottleEnabled)); in tearDownClass()
|
D | WifiManagerTest.java | 208 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/ |
D | TestBase.java | 98 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/ |
D | MockWifiTest.java | 115 private static boolean sWasScanThrottleEnabled; field in MockWifiTest 196 sWasScanThrottleEnabled = ShellIdentityUtils.invokeWithShellPermissions( in setUpClass() 234 () -> sWifiManager.setScanThrottleEnabled(sWasScanThrottleEnabled)); in tearDownClass()
|