Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
DAndroidWordLevelSpellCheckerSession.java84 public SuggestionsParams getSuggestionsFromCache(String query, in getSuggestionsFromCache() method in AndroidWordLevelSpellCheckerSession.SuggestionsCache
231 mSuggestionsCache.getSuggestionsFromCache(inText, prevWordsInfo); in onGetSuggestionsInternal()
DAndroidSpellCheckerSession.java83 if (mSuggestionsCache.getSuggestionsFromCache(splitText.toString(), prevWordsInfo) in fixWronglyInvalidatedWordWithSingleQuote()