Searched refs:approvedExtNetworkSuggestions (Results 1 – 1 of 1) sorted by relevance
1827 Set<ExtendedWifiNetworkSuggestion> approvedExtNetworkSuggestions = new HashSet<>(); in getNetworkSuggestionsForFqdn() local1842 approvedExtNetworkSuggestions.add(ewns); in getNetworkSuggestionsForFqdn()1845 if (approvedExtNetworkSuggestions.isEmpty()) { in getNetworkSuggestionsForFqdn()1850 + approvedExtNetworkSuggestions + " for " + fqdn); in getNetworkSuggestionsForFqdn()1852 return approvedExtNetworkSuggestions; in getNetworkSuggestionsForFqdn()1877 Set<ExtendedWifiNetworkSuggestion> approvedExtNetworkSuggestions = new HashSet<>(); in getNetworkSuggestionsForScanDetail() local1892 approvedExtNetworkSuggestions.add(ewns); in getNetworkSuggestionsForScanDetail()1895 if (approvedExtNetworkSuggestions.isEmpty()) { in getNetworkSuggestionsForScanDetail()1900 + approvedExtNetworkSuggestions + " for " + scanResult.SSID in getNetworkSuggestionsForScanDetail()1903 return approvedExtNetworkSuggestions; in getNetworkSuggestionsForScanDetail()[all …]