Searched refs:mSuggestionsCache (Results 1 – 2 of 2) sorted by relevance
58 protected final SuggestionsCache mSuggestionsCache = new SuggestionsCache(); field in AndroidWordLevelSpellCheckerSession111 mSuggestionsCache.clearCache(); in AndroidWordLevelSpellCheckerSession()231 mSuggestionsCache.getSuggestionsFromCache(inText, prevWordsInfo); in onGetSuggestionsInternal()311 mSuggestionsCache.putSuggestionsToCache(text, prevWordsInfo, result.mSuggestions, in onGetSuggestionsInternal()
83 if (mSuggestionsCache.getSuggestionsFromCache(splitText.toString(), prevWordsInfo) in fixWronglyInvalidatedWordWithSingleQuote()