Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/compat/
DTextInfoCompatUtilsTests.java55 final TextInfo textInfo = TextInfoCompatUtils.newInstance(text, in testGetCharSequence()
61 TextInfoCompatUtils.getCharSequenceOrString(textInfo); in testGetCharSequence()
66 if (TextInfoCompatUtils.isCharSequenceSupported()) { in testGetCharSequence()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
DSentenceLevelAdapter.java24 import com.android.inputmethod.compat.TextInfoCompatUtils;
139 TextInfoCompatUtils.getCharSequenceOrString(originalTextInfo);
149 final TextInfo ti = TextInfoCompatUtils.newInstance(subSequence, 0,
DAndroidSpellCheckerSession.java27 import com.android.inputmethod.compat.TextInfoCompatUtils;
47 final CharSequence typedText = TextInfoCompatUtils.getCharSequenceOrString(ti); in fixWronglyInvalidatedWordWithSingleQuote()
204 TextInfoCompatUtils.getCharSequenceOrString(prevTextInfo); in onGetSuggestionsMultiple()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
DTextInfoCompatUtils.java27 public final class TextInfoCompatUtils { class