Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiNetworkSuggestionsManager.java2408 Set<ExtendedWifiNetworkSuggestion> matchedExtSuggestions = in shouldBeIgnoredBySecureSuggestionFromSameCarrier() local
2410 if (matchedExtSuggestions == null || matchedExtSuggestions.isEmpty()) { in shouldBeIgnoredBySecureSuggestionFromSameCarrier()
2413 matchedExtSuggestions = matchedExtSuggestions.stream().filter(ewns -> in shouldBeIgnoredBySecureSuggestionFromSameCarrier()
2416 if (matchedExtSuggestions.isEmpty()) { in shouldBeIgnoredBySecureSuggestionFromSameCarrier()
2419 for (ExtendedWifiNetworkSuggestion ewns : matchedExtSuggestions) { in shouldBeIgnoredBySecureSuggestionFromSameCarrier()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DNetworkSuggestionNominatorTest.java794 HashSet<ExtendedWifiNetworkSuggestion> matchedExtSuggestions = new HashSet<>(); in testSuggestionPasspointNetworkCandidatesMatches() local
795 matchedExtSuggestions.add(suggestions[0]); in testSuggestionPasspointNetworkCandidatesMatches()
806 .thenReturn(matchedExtSuggestions); in testSuggestionPasspointNetworkCandidatesMatches()
847 HashSet<ExtendedWifiNetworkSuggestion> matchedExtSuggestions = new HashSet<>(); in testSuggestionPasspointNetworkCandidatesNoApprovedMatches() local
848 matchedExtSuggestions.add(suggestions[0]); in testSuggestionPasspointNetworkCandidatesNoApprovedMatches()