Searched refs:matchedExtSuggestions (Results 1 – 2 of 2) sorted by relevance
2617 Set<ExtendedWifiNetworkSuggestion> matchedExtSuggestions = in shouldBeIgnoredBySecureSuggestionFromSameCarrier() local2619 if (matchedExtSuggestions == null || matchedExtSuggestions.isEmpty()) { in shouldBeIgnoredBySecureSuggestionFromSameCarrier()2622 matchedExtSuggestions = matchedExtSuggestions.stream().filter(ewns -> in shouldBeIgnoredBySecureSuggestionFromSameCarrier()2625 if (matchedExtSuggestions.isEmpty()) { in shouldBeIgnoredBySecureSuggestionFromSameCarrier()2628 for (ExtendedWifiNetworkSuggestion ewns : matchedExtSuggestions) { in shouldBeIgnoredBySecureSuggestionFromSameCarrier()
826 HashSet<ExtendedWifiNetworkSuggestion> matchedExtSuggestions = new HashSet<>(); in testSuggestionPasspointNetworkCandidatesMatches() local827 matchedExtSuggestions.add(suggestions[0]); in testSuggestionPasspointNetworkCandidatesMatches()835 .thenReturn(matchedExtSuggestions); in testSuggestionPasspointNetworkCandidatesMatches()877 HashSet<ExtendedWifiNetworkSuggestion> matchedExtSuggestions = new HashSet<>(); in testSuggestionPasspointNetworkCandidatesNoApprovedMatches() local878 matchedExtSuggestions.add(suggestions[0]); in testSuggestionPasspointNetworkCandidatesNoApprovedMatches()