Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiNetworkSuggestionsManager.java422 mSuggestionUserApprovalStatusListenerPerApp = new HashMap<>(); field in WifiNetworkSuggestionsManager
1392 mSuggestionUserApprovalStatusListenerPerApp.clear(); in clear()
2167 mSuggestionUserApprovalStatusListenerPerApp.get(packageName); in addSuggestionUserApprovalStatusListener()
2172 mSuggestionUserApprovalStatusListenerPerApp.put(packageName, listenersTracker); in addSuggestionUserApprovalStatusListener()
2189 mSuggestionUserApprovalStatusListenerPerApp.get(packageName); in removeSuggestionUserApprovalStatusListener()
2196 mSuggestionUserApprovalStatusListenerPerApp.remove(packageName); in removeSuggestionUserApprovalStatusListener()
2588 mSuggestionUserApprovalStatusListenerPerApp.get(packageName); in onSuggestionUserApprovalStatusChanged()