Searched refs:currentNetwork (Results 1 – 3 of 3) sorted by relevance
344 ScanResult currentNetwork = null; in testScanResultMatchesWifiInfo() local348 currentNetwork = scanResults.stream().filter(r -> r.BSSID.equals(wifiInfo.getBSSID())) in testScanResultMatchesWifiInfo()351 if (currentNetwork != null) { in testScanResultMatchesWifiInfo()357 .that(currentNetwork).isNotNull(); in testScanResultMatchesWifiInfo()360 String scanResultSsidUnquoted = currentNetwork.SSID; in testScanResultMatchesWifiInfo()367 assertThat(currentNetwork.frequency).isEqualTo(wifiInfo.getFrequency()); in testScanResultMatchesWifiInfo()368 assertThat(currentNetwork.getSecurityTypes()) in testScanResultMatchesWifiInfo()
3747 WifiInfo currentNetwork = ShellIdentityUtils.invokeWithShellPermissions( in testPnoScan() local3772 () -> sWifiManager.enableNetwork(currentNetwork.getNetworkId(), false)); in testPnoScan()3773 disabledNetworkIds.remove(currentNetwork.getNetworkId()); in testPnoScan()
251 WifiInfo currentNetwork = ShellIdentityUtils.invokeWithShellPermissions( in setUp() local253 sTestAccessPointFrequency = currentNetwork.getFrequency(); in setUp()