Home
last modified time | relevance | path

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

/development/samples/SpellChecker/SampleSpellCheckerService/src/com/example/android/samplespellcheckerservice/
DSampleSpellCheckerService.java60 public SuggestionsInfo onGetSuggestions(TextInfo textInfo, int suggestionsLimit) { in onGetSuggestions() argument
62 Log.d(TAG, "onGetSuggestions: " + textInfo.getText()); in onGetSuggestions()
64 final String input = textInfo.getText(); in onGetSuggestions()