Home
last modified time | relevance | path

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

/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DEditorInfoTest.java253 assertExpectedTextLength(info, in testInitialSurroundingText_passwordTypes_notObtain()
264 assertExpectedTextLength(info, in testInitialSurroundingText_passwordTypes_notObtain()
275 assertExpectedTextLength(info, in testInitialSurroundingText_passwordTypes_notObtain()
296 assertExpectedTextLength(info, expectedTextBeforeCursorLength, selLength, in testInitialSurroundingText_cursorAtHead_emptyBeforeCursorText()
314 assertExpectedTextLength(info, expectedTextBeforeCursorLength, selLength, in testInitialSurroundingText_cursorAtTail_emptyAfterCursorText()
332 assertExpectedTextLength(info, expectedTextBeforeCursorLength, selLength, in testInitialSurroundingText_noSelection_emptySelectionText()
356 assertExpectedTextLength(info, expectedTextBeforeCursorLength, in testInitialSurroundingText_overSizedSelection_keepsBeforeAfterTextValid()
406 private static void assertExpectedTextLength(EditorInfo editorInfo, in assertExpectedTextLength() method in EditorInfoTest