Home
last modified time | relevance | path

Searched refs:approvedExtNetworkSuggestions (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNetworkSuggestionsManager.java1477 Set<ExtendedWifiNetworkSuggestion> approvedExtNetworkSuggestions = new HashSet<>(); in getNetworkSuggestionsForFqdn() local
1488 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() local
1535 approvedExtNetworkSuggestions.add(ewns); in getNetworkSuggestionsForScanDetail()
1538 if (approvedExtNetworkSuggestions.isEmpty()) { in getNetworkSuggestionsForScanDetail()
1543 + approvedExtNetworkSuggestions + " for " + scanResult.SSID in getNetworkSuggestionsForScanDetail()
1546 return approvedExtNetworkSuggestions; in getNetworkSuggestionsForScanDetail()
[all …]