Searched refs:mSuggestionsCache (Results 1 – 2 of 2) sorted by relevance
58 protected final SuggestionsCache mSuggestionsCache = new SuggestionsCache(); field in AndroidWordLevelSpellCheckerSession108 mSuggestionsCache.clearCache(); in AndroidWordLevelSpellCheckerSession()319 mSuggestionsCache.putSuggestionsToCache(text, result.mSuggestions, flags); in onGetSuggestionsInternal()
87 if (mSuggestionsCache.getSuggestionsFromCache(splitText.toString()) == null) { in fixWronglyInvalidatedWordWithSingleQuote()