Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
H A DAndroidSpellCheckerSession.java87 if (mSuggestionsCache.getSuggestionsFromCache(splitText.toString()) == null) { in fixWronglyInvalidatedWordWithSingleQuote()
H A DAndroidWordLevelSpellCheckerSession.java82 public SuggestionsParams getSuggestionsFromCache(final String query) { in getSuggestionsFromCache() method in AndroidWordLevelSpellCheckerSession.SuggestionsCache