Searched defs:matchingSuggestions (Results 1 – 3 of 3) sorted by relevance
1906 Set<ExtendedWifiNetworkSuggestion> matchingSuggestions = Set.of(matchingSuggestion); in linkScanDetailsWithNetworkSuggestions() local1919 HashSet<ExtendedWifiNetworkSuggestion> matchingSuggestions = new HashSet<>( in linkScanDetailsWithNetworkSuggestions() local
3235 List<WifiNetworkSuggestion> matchingSuggestions = List.of(mockSuggestion); in testGetMatchingScanResultsWithoutSpecifiedScanResults() local3265 List<WifiNetworkSuggestion> matchingSuggestions = List.of(mockSuggestion); in testGetMatchingScanResultsWithSpecifiedScanResults() local3299 List<WifiNetworkSuggestion> matchingSuggestions = List.of(mockSuggestion); in testGetMatchingScanResultsFailureInRunWithScissors() local
2210 Set<ExtendedWifiNetworkSuggestion> matchingSuggestions, WifiConfiguration network) { in getMatchedSuggestionsWithSameProfileKey()