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
108 mSuggestionsCache.clearCache(); in AndroidWordLevelSpellCheckerSession()
319 mSuggestionsCache.putSuggestionsToCache(text, result.mSuggestions, flags); in onGetSuggestionsInternal()
DAndroidSpellCheckerSession.java87 if (mSuggestionsCache.getSuggestionsFromCache(splitText.toString()) == null) { in fixWronglyInvalidatedWordWithSingleQuote()