Home
last modified time | relevance | path

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

/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DEditorInfoTest.java87 CharSequence testInitialText = createTestText(TEST_TEXT_LENGTH); in testEditorInfo()
244 final CharSequence testInitialText = createTestText(/* size= */ 10); in testInitialSurroundingText_passwordTypes_notObtain()
285 final CharSequence testText = createTestText(TEST_TEXT_LENGTH); in testInitialSurroundingText_cursorAtHead_emptyBeforeCursorText()
303 final CharSequence testText = createTestText(TEST_TEXT_LENGTH); in testInitialSurroundingText_cursorAtTail_emptyAfterCursorText()
321 final CharSequence testText = createTestText(TEST_TEXT_LENGTH); in testInitialSurroundingText_noSelection_emptySelectionText()
339 final CharSequence testText = createTestText(OVER_SIZED_TEXT_LENGTH); in testInitialSurroundingText_overSizedSelection_keepsBeforeAfterTextValid()
366 final CharSequence subText = createTestText(TEST_TEXT_LENGTH); in testInitialSurroundingSubText_keepsOriginalCursorPosition()
454 private static CharSequence createTestText(int size) { in createTestText() method in EditorInfoTest