Home
last modified time | relevance | path

Searched defs:networkSuggestions (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DNetworkSuggestionStoreData.java98 void fromDeserialized(Map<String, PerAppInfo> networkSuggestions); in fromDeserialized()
177 Collection<ExtendedWifiNetworkSuggestion> networkSuggestions = in serializeNetworkSuggestionsMap() local
H A DWifiNetworkSuggestionsManager.java831 final Collection<WifiNetworkSuggestion> networkSuggestions, in convertToExtendedWnsSet()
881 List<WifiNetworkSuggestion> networkSuggestions, int uid, String packageName, in add()
1066 private boolean checkNetworkSuggestionsNoNulls(List<WifiNetworkSuggestion> networkSuggestions) { in checkNetworkSuggestionsNoNulls()
1076 List<WifiNetworkSuggestion> networkSuggestions, String packageName, int uid) { in validateNetworkSuggestions()
1160 List<WifiNetworkSuggestion> networkSuggestions, int uid, String packageName, in validateCarrierNetworkSuggestions()
1294 List<WifiNetworkSuggestion> networkSuggestions, int uid, String packageName) { in remove()
H A DWakeupController.java372 Set<WifiNetworkSuggestion> networkSuggestions = in getGoodSavedNetworksAndSuggestions() local
H A DBaseWifiService.java565 List<WifiNetworkSuggestion> networkSuggestions, String callingPackageName, in addNetworkSuggestions()
572 List<WifiNetworkSuggestion> networkSuggestions, String callingPackageName) { in removeNetworkSuggestions()
712 List<WifiNetworkSuggestion> networkSuggestions, in getMatchingScanResults()
H A DWifiServiceImpl.java3239 public Map<WifiNetworkSuggestion, List<ScanResult>> getMatchingScanResults( in getMatchingScanResults()
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/
H A DIWifiManager.aidl252 …int addNetworkSuggestions(in List<WifiNetworkSuggestion> networkSuggestions, in String packageName, in addNetworkSuggestions()
255 …int removeNetworkSuggestions(in List<WifiNetworkSuggestion> networkSuggestions, in String packageN… in removeNetworkSuggestions()
301 …Map getMatchingScanResults(in List<WifiNetworkSuggestion> networkSuggestions, in List<ScanResult> … in getMatchingScanResults()
H A DWifiManager.java2225 public @NetworkSuggestionsStatusCode int addNetworkSuggestions( in addNetworkSuggestions()
2250 public @NetworkSuggestionsStatusCode int removeNetworkSuggestions( in removeNetworkSuggestions()