Searched refs:matchedResults (Results 1 – 1 of 1) sorted by relevance
3851 Map<WifiNetworkSuggestion, List<ScanResult>> matchedResults = mWifiManager in testGetMatchingScanResults() local3854 assertEquals(scanResult.SSID, matchedResults.get(suggestion).get(0).SSID); in testGetMatchingScanResults()3858 matchedResults = mWifiManager in testGetMatchingScanResults()3860 assertTrue(matchedResults.get(suggestion).isEmpty()); in testGetMatchingScanResults()