Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiNetworkSuggestionsManager.java441 mSuggestionUserApprovalStatusListenerPerApp = new HashMap<>(); field in WifiNetworkSuggestionsManager
1497 mSuggestionUserApprovalStatusListenerPerApp.clear(); in clear()
2318 mSuggestionUserApprovalStatusListenerPerApp.get(packageName); in addSuggestionUserApprovalStatusListener()
2323 mSuggestionUserApprovalStatusListenerPerApp.put(packageName, listenersTracker); in addSuggestionUserApprovalStatusListener()
2340 mSuggestionUserApprovalStatusListenerPerApp.get(packageName); in removeSuggestionUserApprovalStatusListener()
2347 mSuggestionUserApprovalStatusListenerPerApp.remove(packageName); in removeSuggestionUserApprovalStatusListener()
2799 mSuggestionUserApprovalStatusListenerPerApp.get(packageName); in onSuggestionUserApprovalStatusChanged()