Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNetworkSuggestionsManager.java569 void onSuggestionsRemoved(@NonNull List<WifiNetworkSuggestion> removedSuggestions); in onSuggestionsRemoved() method
1100 listener.onSuggestionsRemoved(removingSuggestions); in removeInternal()
DWifiConnectivityManager.java751 public void onSuggestionsRemoved(List<WifiNetworkSuggestion> suggestions) { in onSuggestionsRemoved() method in WifiConnectivityManager.OnSuggestionUpdateListener
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiNetworkSuggestionsManagerTest.java3769 verify(listener).onSuggestionsRemoved(networkSuggestionList1); in testOnSuggestionUpdateListener()