Home
last modified time | relevance | path

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

/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockImeSession.java640 public ImeCommand callGetTextBeforeCursor(int n, int flag) { in callGetTextBeforeCursor() method in MockImeSession
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInputConnectionEndToEndTest.java854 final ImeCommand command = session.callGetTextBeforeCursor(expectedN, expectedFlags); in testGetTextBeforeCursor()
891 final ImeCommand command = session.callGetTextBeforeCursor(-1, 0); in testGetTextBeforeCursorFailWithNegativeLength()
931 final ImeCommand command = session.callGetTextBeforeCursor(expectedN, expectedFlags); in testGetTextBeforeCursorFailWithTimeout()
977 final ImeEvent result = expectCommand(stream, session.callGetTextBeforeCursor( in testGetTextBeforeCursorFailFastAfterUnbindInput()