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.java228 public final Map<Integer, ExtendedWifiNetworkSuggestion> extNetworkSuggestions = field in WifiNetworkSuggestionsManager.PerAppInfo
546 Collection<ExtendedWifiNetworkSuggestion> extNetworkSuggestions = in fromDeserialized() local
866 final Collection<ExtendedWifiNetworkSuggestion> extNetworkSuggestions) { in convertToWnsSet()
972 Set<ExtendedWifiNetworkSuggestion> extNetworkSuggestions = in add() local
1309 private void removeInternal( in removeInternal()
1421 Set<ExtendedWifiNetworkSuggestion> extNetworkSuggestions = in remove() local
1791 Set<ExtendedWifiNetworkSuggestion> extNetworkSuggestions = new HashSet<>(); in getNetworkSuggestionsForScanResultMatchInfo() local
1823 Set<ExtendedWifiNetworkSuggestion> extNetworkSuggestions = in getNetworkSuggestionsForFqdn() local
1866 Set<ExtendedWifiNetworkSuggestion> extNetworkSuggestions = null; in getNetworkSuggestionsForScanDetail() local
1912 Set<ExtendedWifiNetworkSuggestion> extNetworkSuggestions = null; in getNetworkSuggestionsForWifiConfiguration() local
[all …]
DNetworkSuggestionStoreData.java198 final Collection<ExtendedWifiNetworkSuggestion> extNetworkSuggestions, in serializeExtNetworkSuggestions()