Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiNetworkSuggestionsManager.java227 public final Map<Integer, ExtendedWifiNetworkSuggestion> extNetworkSuggestions = field in WifiNetworkSuggestionsManager.PerAppInfo
545 Collection<ExtendedWifiNetworkSuggestion> extNetworkSuggestions = in fromDeserialized() local
865 final Collection<ExtendedWifiNetworkSuggestion> extNetworkSuggestions) { in convertToWnsSet()
971 Set<ExtendedWifiNetworkSuggestion> extNetworkSuggestions = in add() local
1308 private void removeInternal( in removeInternal()
1420 Set<ExtendedWifiNetworkSuggestion> extNetworkSuggestions = in remove() local
1790 Set<ExtendedWifiNetworkSuggestion> extNetworkSuggestions = new HashSet<>(); in getNetworkSuggestionsForScanResultMatchInfo() local
1822 Set<ExtendedWifiNetworkSuggestion> extNetworkSuggestions = in getNetworkSuggestionsForFqdn() local
1865 Set<ExtendedWifiNetworkSuggestion> extNetworkSuggestions = null; in getNetworkSuggestionsForScanDetail() local
1911 Set<ExtendedWifiNetworkSuggestion> extNetworkSuggestions = null; in getNetworkSuggestionsForWifiConfiguration() local
[all …]
DNetworkSuggestionStoreData.java198 final Collection<ExtendedWifiNetworkSuggestion> extNetworkSuggestions, in serializeExtNetworkSuggestions()