Home
last modified time | relevance | path

Searched refs:matchedExtSuggestions (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNetworkSuggestionsManager.java2102 Set<ExtendedWifiNetworkSuggestion> matchedExtSuggestions = in shouldBeIgnoredBySecureSuggestionFromSameCarrier() local
2104 if (matchedExtSuggestions == null || matchedExtSuggestions.isEmpty()) { in shouldBeIgnoredBySecureSuggestionFromSameCarrier()
2107 matchedExtSuggestions = matchedExtSuggestions.stream().filter(ewns -> in shouldBeIgnoredBySecureSuggestionFromSameCarrier()
2110 if (matchedExtSuggestions.isEmpty()) { in shouldBeIgnoredBySecureSuggestionFromSameCarrier()
2113 for (ExtendedWifiNetworkSuggestion ewns : matchedExtSuggestions) { in shouldBeIgnoredBySecureSuggestionFromSameCarrier()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DNetworkSuggestionNominatorTest.java719 HashSet<ExtendedWifiNetworkSuggestion> matchedExtSuggestions = new HashSet<>(); in testSuggestionPasspointNetworkCandidatesMatches() local
720 matchedExtSuggestions.add(suggestions[0]); in testSuggestionPasspointNetworkCandidatesMatches()
728 .thenReturn(matchedExtSuggestions); in testSuggestionPasspointNetworkCandidatesMatches()