Home
last modified time | relevance | path

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

/development/samples/SpellChecker/SampleSpellCheckerService/src/com/example/android/samplespellcheckerservice/
DSampleSpellCheckerService.java60 public SuggestionsInfo onGetSuggestions(TextInfo textInfo, int suggestionsLimit) { in onGetSuggestions() method in SampleSpellCheckerService.AndroidSpellCheckerSession
/development/samples/SpellChecker/HelloSpellChecker/src/com/example/android/hellospellchecker/
DHelloSpellCheckerActivity.java115 public void onGetSuggestions(final SuggestionsInfo[] arg0) { in onGetSuggestions() method in HelloSpellCheckerActivity