Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiNetworkSuggestionsManager.java1827 Set<ExtendedWifiNetworkSuggestion> approvedExtNetworkSuggestions = new HashSet<>(); in getNetworkSuggestionsForFqdn() local
1842 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() local
1892 approvedExtNetworkSuggestions.add(ewns); in getNetworkSuggestionsForScanDetail()
1895 if (approvedExtNetworkSuggestions.isEmpty()) { in getNetworkSuggestionsForScanDetail()
1900 + approvedExtNetworkSuggestions + " for " + scanResult.SSID in getNetworkSuggestionsForScanDetail()
1903 return approvedExtNetworkSuggestions; in getNetworkSuggestionsForScanDetail()
[all …]