Searched refs:onSuggestionsRemoved (Results 1 – 3 of 3) sorted by relevance
569 void onSuggestionsRemoved(@NonNull List<WifiNetworkSuggestion> removedSuggestions); in onSuggestionsRemoved() method1100 listener.onSuggestionsRemoved(removingSuggestions); in removeInternal()
751 public void onSuggestionsRemoved(List<WifiNetworkSuggestion> suggestions) { in onSuggestionsRemoved() method in WifiConnectivityManager.OnSuggestionUpdateListener
3769 verify(listener).onSuggestionsRemoved(networkSuggestionList1); in testOnSuggestionUpdateListener()