Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiNetworkSuggestionsManager.java850 final Collection<WifiNetworkSuggestion> networkSuggestions, in convertToExtendedWnsSet() argument
852 return networkSuggestions in convertToExtendedWnsSet()
899 List<WifiNetworkSuggestion> networkSuggestions, int uid, String packageName, in add() argument
910 if (networkSuggestions == null || networkSuggestions.isEmpty()) { in add()
915 Log.v(TAG, "Adding " + networkSuggestions.size() + " networks from " + packageName); in add()
917 if (!validateNetworkSuggestions(networkSuggestions, packageName, uid)) { in add()
923 if (!validateCarrierNetworkSuggestions(networkSuggestions, uid, packageName, carrierId)) { in add()
927 for (WifiNetworkSuggestion wns : networkSuggestions) { in add()
972 convertToExtendedWnsSet(networkSuggestions, perAppInfo); in add()
1060 listener.onSuggestionsAddedOrUpdated(networkSuggestions); in add()
[all …]
DNetworkSuggestionStoreData.java98 void fromDeserialized(Map<String, PerAppInfo> networkSuggestions); in fromDeserialized() argument
177 Collection<ExtendedWifiNetworkSuggestion> networkSuggestions = in serializeNetworkSuggestionsMap() local
186 serializeExtNetworkSuggestions(out, networkSuggestions, encryptionUtil); in serializeNetworkSuggestionsMap()
DWakeupController.java401 Set<WifiNetworkSuggestion> networkSuggestions = in getGoodSavedNetworksAndSuggestions() local
403 for (WifiNetworkSuggestion suggestion : networkSuggestions) { in getGoodSavedNetworksAndSuggestions()
DWifiServiceImpl.java4666 @NonNull List<WifiNetworkSuggestion> networkSuggestions, in getMatchingScanResults()
4680 networkSuggestions, mScanRequestProxy.getScanResults()); in getMatchingScanResults()
4683 networkSuggestions, scanResults); in getMatchingScanResults()
6230 List<WifiNetworkSuggestion> networkSuggestions, String callingPackageName,
6265 networkSuggestions, callingUid, callingPackageName, callingFeatureId),
6284 List<WifiNetworkSuggestion> networkSuggestions, String callingPackageName,
6299 networkSuggestions, callingUid, callingPackageName,
/packages/modules/Wifi/framework/java/android/net/wifi/
DIWifiManager.aidl335 …int addNetworkSuggestions(in List<WifiNetworkSuggestion> networkSuggestions, in String packageName, in addNetworkSuggestions() argument
338 …int removeNetworkSuggestions(in List<WifiNetworkSuggestion> networkSuggestions, in String packageN… in removeNetworkSuggestions() argument
396 …Map getMatchingScanResults(in List<WifiNetworkSuggestion> networkSuggestions, in List<ScanResult> … in getMatchingScanResults() argument
DBaseWifiService.java726 List<WifiNetworkSuggestion> networkSuggestions, String callingPackageName, in addNetworkSuggestions() argument
733 List<WifiNetworkSuggestion> networkSuggestions, String callingPackageName, int action) { in removeNetworkSuggestions() argument
914 List<WifiNetworkSuggestion> networkSuggestions, in getMatchingScanResults() argument
DWifiManager.java3403 @NonNull List<WifiNetworkSuggestion> networkSuggestions) { in addNetworkSuggestions()
3406 networkSuggestions, mContext.getOpPackageName(), mContext.getAttributionTag()); in addNetworkSuggestions()
3433 @NonNull List<WifiNetworkSuggestion> networkSuggestions) { in removeNetworkSuggestions()
3434 return removeNetworkSuggestions(networkSuggestions, ACTION_REMOVE_SUGGESTION_DISCONNECT); in removeNetworkSuggestions()
3455 @NonNull List<WifiNetworkSuggestion> networkSuggestions, in removeNetworkSuggestions()
3458 return mService.removeNetworkSuggestions(networkSuggestions, in removeNetworkSuggestions()