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.java532 final Collection<WifiNetworkSuggestion> networkSuggestions, in convertToExtendedWnsSet() argument
534 return networkSuggestions in convertToExtendedWnsSet()
559 List<WifiNetworkSuggestion> networkSuggestions, int uid, String packageName) { in add() argument
561 Log.v(TAG, "Adding " + networkSuggestions.size() + " networks from " + packageName); in add()
563 if (networkSuggestions.isEmpty()) { in add()
577 convertToExtendedWnsSet(networkSuggestions, perAppInfo); in add()
670 List<WifiNetworkSuggestion> networkSuggestions, String packageName) { in remove() argument
672 Log.v(TAG, "Removing " + networkSuggestions.size() + " networks from " + packageName); in remove()
681 convertToExtendedWnsSet(networkSuggestions, perAppInfo); in remove()
DNetworkSuggestionStoreData.java81 void fromDeserialized(Map<String, PerAppInfo> networkSuggestions); in fromDeserialized() argument
152 Set<ExtendedWifiNetworkSuggestion> networkSuggestions = in serializeNetworkSuggestionsMap() local
158 serializeExtNetworkSuggestions(out, networkSuggestions); in serializeNetworkSuggestionsMap()
DWakeupController.java333 Set<WifiNetworkSuggestion> networkSuggestions = in getGoodSavedNetworksAndSuggestions() local
335 for (WifiNetworkSuggestion suggestion : networkSuggestions) { in getGoodSavedNetworksAndSuggestions()
DWifiServiceImpl.java3275 List<WifiNetworkSuggestion> networkSuggestions, String callingPackageName) { in addNetworkSuggestions() argument
3287 networkSuggestions, callingUid, callingPackageName); in addNetworkSuggestions()
3309 List<WifiNetworkSuggestion> networkSuggestions, String callingPackageName) { in removeNetworkSuggestions() argument
3320 networkSuggestions, 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.java1684 @NonNull List<WifiNetworkSuggestion> networkSuggestions) { in addNetworkSuggestions()
1686 return mService.addNetworkSuggestions(networkSuggestions, mContext.getOpPackageName()); in addNetworkSuggestions()
1705 @NonNull List<WifiNetworkSuggestion> networkSuggestions) { in removeNetworkSuggestions()
1708 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