Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiNetworkSuggestionsManager.java199 public final Map<Integer, ExtendedWifiNetworkSuggestion> extNetworkSuggestions = field in WifiNetworkSuggestionsManager.PerAppInfo
525 Collection<ExtendedWifiNetworkSuggestion> extNetworkSuggestions = in fromDeserialized() local
846 final Collection<ExtendedWifiNetworkSuggestion> extNetworkSuggestions) { in convertToWnsSet()
958 Set<ExtendedWifiNetworkSuggestion> extNetworkSuggestions = in add() local
1237 private void removeInternal( in removeInternal()
1320 Set<ExtendedWifiNetworkSuggestion> extNetworkSuggestions = in remove() local
1645 Set<ExtendedWifiNetworkSuggestion> extNetworkSuggestions = new HashSet<>(); in getNetworkSuggestionsForScanResultMatchInfo() local
1677 Set<ExtendedWifiNetworkSuggestion> extNetworkSuggestions = in getNetworkSuggestionsForFqdn() local
1721 Set<ExtendedWifiNetworkSuggestion> extNetworkSuggestions = null; in getNetworkSuggestionsForScanDetail() local
1768 Set<ExtendedWifiNetworkSuggestion> extNetworkSuggestions = null; in getNetworkSuggestionsForWifiConfiguration() local
[all …]
H A DNetworkSuggestionStoreData.java198 final Collection<ExtendedWifiNetworkSuggestion> extNetworkSuggestions, in serializeExtNetworkSuggestions()