Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
H A DAndroidSpellCheckerSession.java205 final TextInfo prevTextInfo = textInfos[i - 1]; in onGetSuggestionsMultiple() local
207 TextInfoCompatUtils.getCharSequenceOrString(prevTextInfo); in onGetSuggestionsMultiple()