Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
DAndroidWordLevelSpellCheckerSession.java220 private SuggestionsInfo onGetSuggestionsInternal(final TextInfo textInfo, in onGetSuggestionsInternal() method in AndroidWordLevelSpellCheckerSession
222 return onGetSuggestionsInternal(textInfo, null, suggestionsLimit); in onGetSuggestionsInternal()
225 protected SuggestionsInfo onGetSuggestionsInternal( in onGetSuggestionsInternal() method in AndroidWordLevelSpellCheckerSession
394 return onGetSuggestionsInternal(textInfo, suggestionsLimit); in onGetSuggestions()
DAndroidSpellCheckerSession.java214 retval[i] = onGetSuggestionsInternal(textInfo, prevWordsInfo, suggestionsLimit); in onGetSuggestionsMultiple()