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