Home
last modified time | relevance | path

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

/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInputConnectionBlockingMethodTest.java765 final ImeCommand command = session.callRequestCursorUpdates(expectedFlags); in testRequestCursorUpdates()
792 final ImeCommand command = session.callRequestCursorUpdates( in testRequestCursorUpdatesFailWithTimeout()
831 final ImeEvent result = expectCommand(stream, session.callRequestCursorUpdates( in testRequestCursorUpdatesFailFastAfterUnbindInput()
DInputMethodServiceTest.java476 imeSession.callRequestCursorUpdates(InputConnection.CURSOR_UPDATE_IMMEDIATE),
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockImeSession.java948 public ImeCommand callRequestCursorUpdates(int cursorUpdateMode) { in callRequestCursorUpdates() method in MockImeSession
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DMultiDisplaySystemDecorationTests.java570 final ImeCommand callCursorUpdates = mockImeSession.callRequestCursorUpdates( in testCrossDisplayBasicImeOperations()