Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNetworkSuggestionsManager.java1082 List<WifiNetworkSuggestion> removingSuggestions = new ArrayList<>(); in removeInternal() local
1097 removingSuggestions.add(ewns.wns); in removeInternal()
1100 listener.onSuggestionsRemoved(removingSuggestions); in removeInternal()