Searched refs:matchedExtSuggestions (Results 1 – 2 of 2) sorted by relevance
2102 Set<ExtendedWifiNetworkSuggestion> matchedExtSuggestions = in shouldBeIgnoredBySecureSuggestionFromSameCarrier() local2104 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()
719 HashSet<ExtendedWifiNetworkSuggestion> matchedExtSuggestions = new HashSet<>(); in testSuggestionPasspointNetworkCandidatesMatches() local720 matchedExtSuggestions.add(suggestions[0]); in testSuggestionPasspointNetworkCandidatesMatches()728 .thenReturn(matchedExtSuggestions); in testSuggestionPasspointNetworkCandidatesMatches()