Searched defs:matchingSuggestions (Results 1 – 3 of 3) sorted by relevance
1994 Set<ExtendedWifiNetworkSuggestion> matchingSuggestions = Set.of(matchingSuggestion); in linkScanDetailsWithNetworkSuggestions() local2007 HashSet<ExtendedWifiNetworkSuggestion> matchingSuggestions = new HashSet<>( in linkScanDetailsWithNetworkSuggestions() local
3508 List<WifiNetworkSuggestion> matchingSuggestions = List.of(mockSuggestion); in testGetMatchingScanResultsWithoutSpecifiedScanResults() local3539 List<WifiNetworkSuggestion> matchingSuggestions = List.of(mockSuggestion); in testGetMatchingScanResultsWithSpecifiedScanResults() local3574 List<WifiNetworkSuggestion> matchingSuggestions = List.of(mockSuggestion); in testGetMatchingScanResultsFailureInRunWithScissors() local
2216 Set<ExtendedWifiNetworkSuggestion> matchingSuggestions, WifiConfiguration network) { in getMatchedSuggestionsWithSameProfileKey()