Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/compat/
DTextInfoCompatUtilsTests.java37 final private static int TEST_CHAR_SEQUENCE_START = 1; field in TextInfoCompatUtilsTests
56 TEST_CHAR_SEQUENCE_START, TEST_CHAR_SEQUENCE_END, TEST_COOKIE, in testGetCharSequence()
58 final Spanned expectedSpanned = (Spanned) text.subSequence(TEST_CHAR_SEQUENCE_START, in testGetCharSequence()