Searched refs:OVER_SIZED_TEXT_LENGTH (Results 1 – 1 of 1) sorted by relevance
76 private static final int OVER_SIZED_TEXT_LENGTH = 1 * 1024 * 1024; field in EditorInfoTest78 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()