Searched refs:createTestCharSequence (Results 1 – 1 of 1) sorted by relevance
/cts/tests/inputmethod/src/android/view/inputmethod/cts/ |
D | InputConnectionEndToEndTest.java | 635 private static CharSequence createTestCharSequence(@Nullable String text, in createTestCharSequence() method in InputConnectionEndToEndTest 672 createTestCharSequence("89", new Annotation("command", "getTextAfterCursor")); in testGetTextAfterCursor() 833 createTestCharSequence("123", new Annotation("command", "getTextBeforeCursor")); in testGetTextBeforeCursor() 994 createTestCharSequence("4567", new Annotation("command", "getSelectedText")); in testGetSelectedText() 1195 createTestCharSequence("012345", new Annotation("command", "getSurroundingText")); in testGetSurroundingText() 1432 createTestCharSequence("012345", new Annotation("command", "getSurroundingText")); in testGetSurroundingTextForA11y() 2930 final CharSequence expectedText = createTestCharSequence("expectedText", expectedSpan); 3019 final CharSequence expectedText = createTestCharSequence("expectedText", expectedSpan); 3124 final CharSequence expectedText = createTestCharSequence("expectedText", expectedSpan); 3243 final CharSequence expectedText = createTestCharSequence("expectedText", expectedSpan); [all …]
|