Searched refs:approvedExtNetworkSuggestions (Results 1 – 1 of 1) sorted by relevance
952 Set<ExtendedWifiNetworkSuggestion> approvedExtNetworkSuggestions = in getNetworkSuggestionsForScanDetail() local961 && approvedExtNetworkSuggestions.size() != extNetworkSuggestions.size()) { in getNetworkSuggestionsForScanDetail()969 if (approvedExtNetworkSuggestions.isEmpty()) { in getNetworkSuggestionsForScanDetail()974 + approvedExtNetworkSuggestions + " for " + scanResult.SSID in getNetworkSuggestionsForScanDetail()977 return convertToWnsSet(approvedExtNetworkSuggestions); in getNetworkSuggestionsForScanDetail()997 Set<ExtendedWifiNetworkSuggestion> approvedExtNetworkSuggestions = in getNetworkSuggestionsForWifiConfiguration() local1002 if (approvedExtNetworkSuggestions.isEmpty()) { in getNetworkSuggestionsForWifiConfiguration()1007 + approvedExtNetworkSuggestions + " for " + wifiConfiguration.SSID in getNetworkSuggestionsForWifiConfiguration()1010 return approvedExtNetworkSuggestions; in getNetworkSuggestionsForWifiConfiguration()