Home
last modified time | relevance | path

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

/cts/tests/tests/wifi/src/android/net/wifi/cts/
DWifiManagerTest.java4915 Map<WifiNetworkSuggestion, List<ScanResult>> matchedResults = sWifiManager in testGetMatchingScanResults() local
4918 assertEquals(scanResult.SSID, matchedResults.get(suggestion).get(0).SSID); in testGetMatchingScanResults()
4922 matchedResults = sWifiManager in testGetMatchingScanResults()
4924 assertTrue(matchedResults.get(suggestion).isEmpty()); in testGetMatchingScanResults()