Home
last modified time | relevance | path

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

/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DEditorInfoTest.java407 Integer expectBeforeCursorLength, Integer expectSelectionLength, in assertExpectedTextLength() argument
429 if (expectSelectionLength == null) { in assertExpectedTextLength()
432 assertEquals(expectSelectionLength.intValue(), selectedText.length()); in assertExpectedTextLength()