Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DNetworkSuggestionNominatorTest.java1994 Set<ExtendedWifiNetworkSuggestion> matchingSuggestions = Set.of(matchingSuggestion); in linkScanDetailsWithNetworkSuggestions() local
1996 .thenReturn(matchingSuggestions); in linkScanDetailsWithNetworkSuggestions()
2007 HashSet<ExtendedWifiNetworkSuggestion> matchingSuggestions = new HashSet<>( in linkScanDetailsWithNetworkSuggestions() local
2011 eq(lastScanDetail))).thenReturn(matchingSuggestions); in linkScanDetailsWithNetworkSuggestions()
DWifiServiceImplTest.java3459 List<WifiNetworkSuggestion> matchingSuggestions = List.of(mockSuggestion); in testGetMatchingScanResultsWithoutSpecifiedScanResults() local
3462 when(mWifiNetworkSuggestionsManager.getMatchingScanResults(eq(matchingSuggestions), in testGetMatchingScanResultsWithoutSpecifiedScanResults()
3470 matchingSuggestions, null, packageName, featureId); in testGetMatchingScanResultsWithoutSpecifiedScanResults()
3489 List<WifiNetworkSuggestion> matchingSuggestions = List.of(mockSuggestion); in testGetMatchingScanResultsWithSpecifiedScanResults() local
3493 when(mWifiNetworkSuggestionsManager.getMatchingScanResults(eq(matchingSuggestions), in testGetMatchingScanResultsWithSpecifiedScanResults()
3501 matchingSuggestions, scanResultList, packageName, featureId); in testGetMatchingScanResultsWithSpecifiedScanResults()
3523 List<WifiNetworkSuggestion> matchingSuggestions = List.of(mockSuggestion); in testGetMatchingScanResultsFailureInRunWithScissors() local
3527 when(mWifiNetworkSuggestionsManager.getMatchingScanResults(eq(matchingSuggestions), in testGetMatchingScanResultsFailureInRunWithScissors()
3535 matchingSuggestions, null, packageName, featureId); in testGetMatchingScanResultsFailureInRunWithScissors()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiNetworkSuggestionsManager.java2221 Set<ExtendedWifiNetworkSuggestion> matchingSuggestions, WifiConfiguration network) { in getMatchedSuggestionsWithSameProfileKey() argument
2222 if (matchingSuggestions == null || matchingSuggestions.isEmpty()) { in getMatchedSuggestionsWithSameProfileKey()
2227 for (ExtendedWifiNetworkSuggestion ewns : matchingSuggestions) { in getMatchedSuggestionsWithSameProfileKey()