Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
DTextInfoCompatUtils.java36 public static boolean isCharSequenceSupported() { in isCharSequenceSupported() method in TextInfoCompatUtils
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/compat/
DTextInfoCompatUtilsTests.java74 if (TextInfoCompatUtils.isCharSequenceSupported()) { in testGetCharSequence()