Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
DAndroidWordLevelSpellCheckerSession.java58 protected final SuggestionsCache mSuggestionsCache = new SuggestionsCache(); field in AndroidWordLevelSpellCheckerSession
111 mSuggestionsCache.clearCache(); in AndroidWordLevelSpellCheckerSession()
231 mSuggestionsCache.getSuggestionsFromCache(inText, prevWordsInfo); in onGetSuggestionsInternal()
311 mSuggestionsCache.putSuggestionsToCache(text, prevWordsInfo, result.mSuggestions, in onGetSuggestionsInternal()
DAndroidSpellCheckerSession.java83 if (mSuggestionsCache.getSuggestionsFromCache(splitText.toString(), prevWordsInfo) in fixWronglyInvalidatedWordWithSingleQuote()