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.java3851 Map<WifiNetworkSuggestion, List<ScanResult>> matchedResults = mWifiManager in testGetMatchingScanResults() local
3854 assertEquals(scanResult.SSID, matchedResults.get(suggestion).get(0).SSID); in testGetMatchingScanResults()
3858 matchedResults = mWifiManager in testGetMatchingScanResults()
3860 assertTrue(matchedResults.get(suggestion).isEmpty()); in testGetMatchingScanResults()