HomeSort by relevance Sort by last modified time
    Searched refs:mSuggestionsCache (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
AndroidWordLevelSpellCheckerSession.java 58 protected final SuggestionsCache mSuggestionsCache = new SuggestionsCache();
108 mSuggestionsCache.clearCache();
319 mSuggestionsCache.putSuggestionsToCache(text, result.mSuggestions, flags);
AndroidSpellCheckerSession.java 87 if (mSuggestionsCache.getSuggestionsFromCache(splitText.toString()) == null) {

Completed in 418 milliseconds