Home
last modified time | relevance | path

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

/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockImeSession.java666 public ImeCommand callGetTextAfterCursor(int n, int flag) { in callGetTextAfterCursor() method in MockImeSession
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInputConnectionEndToEndTest.java692 final ImeCommand command = session.callGetTextAfterCursor(expectedN, expectedFlags); in testGetTextAfterCursor()
729 final ImeCommand command = session.callGetTextAfterCursor(-1, 0); in testGetTextAfterCursorFailWithNegativeLength()
769 final ImeCommand command = session.callGetTextAfterCursor(expectedN, expectedFlags); in testGetTextAfterCursorFailWithTimeout()
815 final ImeEvent result = expectCommand(stream, session.callGetTextAfterCursor( in testGetTextAfterCursorFailFastAfterUnbindInput()