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.java63 final TextInfo textInfo = TextInfoCompatUtils.newInstance(text, in testGetCharSequence()
69 TextInfoCompatUtils.getCharSequenceOrString(textInfo); in testGetCharSequence()
74 if (TextInfoCompatUtils.isCharSequenceSupported()) { in testGetCharSequence()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
DSentenceLevelAdapter.java26 import com.android.inputmethod.compat.TextInfoCompatUtils;
141 TextInfoCompatUtils.getCharSequenceOrString(originalTextInfo);
150 final TextInfo ti = TextInfoCompatUtils.newInstance(originalText, wordStart,
DAndroidSpellCheckerSession.java29 import com.android.inputmethod.compat.TextInfoCompatUtils;
50 final CharSequence typedText = TextInfoCompatUtils.getCharSequenceOrString(ti); in fixWronglyInvalidatedWordWithSingleQuote()
207 TextInfoCompatUtils.getCharSequenceOrString(prevTextInfo); in onGetSuggestionsMultiple()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
DTextInfoCompatUtils.java27 public final class TextInfoCompatUtils { class