Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNetworkSuggestionsManager.java542 final Collection<WifiNetworkSuggestion> networkSuggestions, in convertToExtendedWnsSet() argument
544 return networkSuggestions in convertToExtendedWnsSet()
569 List<WifiNetworkSuggestion> networkSuggestions, int uid, String packageName) { in add() argument
571 Log.v(TAG, "Adding " + networkSuggestions.size() + " networks from " + packageName); in add()
573 if (networkSuggestions.isEmpty()) { in add()
589 convertToExtendedWnsSet(networkSuggestions, perAppInfo); in add()
681 List<WifiNetworkSuggestion> networkSuggestions, int uid, String packageName) { in remove() argument
683 Log.v(TAG, "Removing " + networkSuggestions.size() + " networks from " + packageName); in remove()
692 convertToExtendedWnsSet(networkSuggestions, perAppInfo); in remove()
DNetworkSuggestionStoreData.java85 void fromDeserialized(Map<String, PerAppInfo> networkSuggestions); in fromDeserialized() argument
161 Set<ExtendedWifiNetworkSuggestion> networkSuggestions = in serializeNetworkSuggestionsMap() local
167 serializeExtNetworkSuggestions(out, networkSuggestions, encryptionUtil); in serializeNetworkSuggestionsMap()
DWakeupController.java333 Set<WifiNetworkSuggestion> networkSuggestions = in getGoodSavedNetworksAndSuggestions() local
335 for (WifiNetworkSuggestion suggestion : networkSuggestions) { in getGoodSavedNetworksAndSuggestions()
DWifiServiceImpl.java3334 List<WifiNetworkSuggestion> networkSuggestions, String callingPackageName) { in addNetworkSuggestions() argument
3346 networkSuggestions, callingUid, callingPackageName); in addNetworkSuggestions()
3368 List<WifiNetworkSuggestion> networkSuggestions, String callingPackageName) { in removeNetworkSuggestions() argument
3380 networkSuggestions, callingUid, callingPackageName); in removeNetworkSuggestions()
/frameworks/base/wifi/java/android/net/wifi/
DIWifiManager.aidl205 …int addNetworkSuggestions(in List<WifiNetworkSuggestion> networkSuggestions, in String packageName… in addNetworkSuggestions() argument
207 …int removeNetworkSuggestions(in List<WifiNetworkSuggestion> networkSuggestions, in String packageN… in removeNetworkSuggestions() argument
DWifiManager.java1716 @NonNull List<WifiNetworkSuggestion> networkSuggestions) { in addNetworkSuggestions()
1718 return mService.addNetworkSuggestions(networkSuggestions, mContext.getOpPackageName()); in addNetworkSuggestions()
1737 @NonNull List<WifiNetworkSuggestion> networkSuggestions) { in removeNetworkSuggestions()
1740 networkSuggestions, mContext.getOpPackageName()); in removeNetworkSuggestions()
/frameworks/base/wifi/java/com/android/server/wifi/
DBaseWifiService.java432 List<WifiNetworkSuggestion> networkSuggestions, String callingPackageName) { in addNetworkSuggestions() argument
438 List<WifiNetworkSuggestion> networkSuggestions, String callingPackageName) { in removeNetworkSuggestions() argument