Searched defs:networkSuggestions (Results 1 – 7 of 7) sorted by relevance
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/ |
H A D | NetworkSuggestionStoreData.java | 98 void fromDeserialized(Map<String, PerAppInfo> networkSuggestions); in fromDeserialized() 177 Collection<ExtendedWifiNetworkSuggestion> networkSuggestions = in serializeNetworkSuggestionsMap() local
|
H A D | WifiNetworkSuggestionsManager.java | 831 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 D | WakeupController.java | 372 Set<WifiNetworkSuggestion> networkSuggestions = in getGoodSavedNetworksAndSuggestions() local
|
H A D | BaseWifiService.java | 565 List<WifiNetworkSuggestion> networkSuggestions, String callingPackageName, in addNetworkSuggestions() 572 List<WifiNetworkSuggestion> networkSuggestions, String callingPackageName) { in removeNetworkSuggestions() 712 List<WifiNetworkSuggestion> networkSuggestions, in getMatchingScanResults()
|
H A D | WifiServiceImpl.java | 3239 public Map<WifiNetworkSuggestion, List<ScanResult>> getMatchingScanResults( in getMatchingScanResults()
|
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/ |
H A D | IWifiManager.aidl | 252 …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 D | WifiManager.java | 2225 public @NetworkSuggestionsStatusCode int addNetworkSuggestions( in addNetworkSuggestions() 2250 public @NetworkSuggestionsStatusCode int removeNetworkSuggestions( in removeNetworkSuggestions()
|