Searched refs:approvedExtNetworkSuggestions (Results 1 – 1 of 1) sorted by relevance
1477 Set<ExtendedWifiNetworkSuggestion> approvedExtNetworkSuggestions = new HashSet<>(); in getNetworkSuggestionsForFqdn() local1488 approvedExtNetworkSuggestions.add(ewns); in getNetworkSuggestionsForFqdn()1491 if (approvedExtNetworkSuggestions.isEmpty()) { in getNetworkSuggestionsForFqdn()1496 + approvedExtNetworkSuggestions + " for " + fqdn); in getNetworkSuggestionsForFqdn()1498 return approvedExtNetworkSuggestions; in getNetworkSuggestionsForFqdn()1524 Set<ExtendedWifiNetworkSuggestion> approvedExtNetworkSuggestions = new HashSet<>(); in getNetworkSuggestionsForScanDetail() local1535 approvedExtNetworkSuggestions.add(ewns); in getNetworkSuggestionsForScanDetail()1538 if (approvedExtNetworkSuggestions.isEmpty()) { in getNetworkSuggestionsForScanDetail()1543 + approvedExtNetworkSuggestions + " for " + scanResult.SSID in getNetworkSuggestionsForScanDetail()1546 return approvedExtNetworkSuggestions; in getNetworkSuggestionsForScanDetail()[all …]