Searched defs:onGetSuggestions (Results 1 – 5 of 5) sorted by relevance
26 void onGetSuggestions(in SuggestionsInfo[] results); in onGetSuggestions() method
33 public List<Suggestion> onGetSuggestions() { in onGetSuggestions() method in MockSuggestionService
494 public void onGetSuggestions(SuggestionsInfo[] results) { in onGetSuggestions() method in SpellCheckerSession.SpellCheckerSessionListenerImpl526 public void onGetSuggestions(SuggestionsInfo[] results); in onGetSuggestions() method
125 public abstract SuggestionsInfo onGetSuggestions(TextInfo textInfo, int suggestionsLimit); in onGetSuggestions() method in SpellCheckerService.Session
386 public void onGetSuggestions(SuggestionsInfo[] results) { in onGetSuggestions() method in SpellChecker