Searched refs:matchedExtSuggestions (Results 1 – 2 of 2) sorted by relevance
2408 Set<ExtendedWifiNetworkSuggestion> matchedExtSuggestions = in shouldBeIgnoredBySecureSuggestionFromSameCarrier() local2410 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()
794 HashSet<ExtendedWifiNetworkSuggestion> matchedExtSuggestions = new HashSet<>(); in testSuggestionPasspointNetworkCandidatesMatches() local795 matchedExtSuggestions.add(suggestions[0]); in testSuggestionPasspointNetworkCandidatesMatches()806 .thenReturn(matchedExtSuggestions); in testSuggestionPasspointNetworkCandidatesMatches()847 HashSet<ExtendedWifiNetworkSuggestion> matchedExtSuggestions = new HashSet<>(); in testSuggestionPasspointNetworkCandidatesNoApprovedMatches() local848 matchedExtSuggestions.add(suggestions[0]); in testSuggestionPasspointNetworkCandidatesNoApprovedMatches()