Home
last modified time | relevance | path

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

/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DEditorInfoTest.java76 private static final int OVER_SIZED_TEXT_LENGTH = 1 * 1024 * 1024; field in EditorInfoTest
78 private static final int REQUEST_LONGEST_AVAILABLE_TEXT = OVER_SIZED_TEXT_LENGTH; //
339 final CharSequence testText = createTestText(OVER_SIZED_TEXT_LENGTH); in testInitialSurroundingText_overSizedSelection_keepsBeforeAfterTextValid()
340 final int selLength = OVER_SIZED_TEXT_LENGTH - 2; in testInitialSurroundingText_overSizedSelection_keepsBeforeAfterTextValid()