Home
last modified time | relevance | path

Searched defs:extNetworkSuggestions (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNetworkSuggestionsManager.java170 public final Set<ExtendedWifiNetworkSuggestion> extNetworkSuggestions = new HashSet<>(); field in WifiNetworkSuggestionsManager.PerAppInfo
438 Set<ExtendedWifiNetworkSuggestion> extNetworkSuggestions = in toSerialize() local
461 Set<ExtendedWifiNetworkSuggestion> extNetworkSuggestions = in fromDeserialized() local
799 final Collection<ExtendedWifiNetworkSuggestion> extNetworkSuggestions) { in convertToWnsSet()
891 Set<ExtendedWifiNetworkSuggestion> extNetworkSuggestions = in add() local
1058 private void removeInternal( in removeInternal()
1133 Set<ExtendedWifiNetworkSuggestion> extNetworkSuggestions = in remove() local
1439 Set<ExtendedWifiNetworkSuggestion> extNetworkSuggestions = new HashSet<>(); in getNetworkSuggestionsForScanResultMatchInfo() local
1471 Set<ExtendedWifiNetworkSuggestion> extNetworkSuggestions = in getNetworkSuggestionsForFqdn() local
1511 Set<ExtendedWifiNetworkSuggestion> extNetworkSuggestions = null; in getNetworkSuggestionsForScanDetail() local
[all …]
DNetworkSuggestionStoreData.java195 XmlSerializer out, final Set<ExtendedWifiNetworkSuggestion> extNetworkSuggestions, in serializeExtNetworkSuggestions()