Home
last modified time | relevance | path

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

/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockImeSession.java1414 public ImeCommand callRequestCursorUpdates(int cursorUpdateMode) { in callRequestCursorUpdates() method in MockImeSession
1441 public ImeCommand callRequestCursorUpdates(int cursorUpdateMode, int cursorUpdateFilter) { in callRequestCursorUpdates() method in MockImeSession
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInputMethodServiceTest.java590 imeSession.callRequestCursorUpdates(InputConnection.CURSOR_UPDATE_IMMEDIATE),
615 imeSession.callRequestCursorUpdates(
659 imeSession.callRequestCursorUpdates(
DInputConnectionHandlerTest.java631 imeSession.callRequestCursorUpdates(0); in testInputConnectionSideEffect()
DInputConnectionEndToEndTest.java2372 final ImeCommand command = session.callRequestCursorUpdates(expectedFlags);
2410 session.callRequestCursorUpdates(expectedUpdateFlags, expectedFilterFlags);
2448 final ImeCommand command = session.callRequestCursorUpdates(
2493 final ImeEvent result = expectCommand(stream, session.callRequestCursorUpdates(
2511 final ImeCommand command = session.callRequestCursorUpdates(
/cts/tests/framework/base/windowmanager/src/android/server/wm/ime/
DMultiDisplayImeTests.java317 final ImeCommand callCursorUpdates = mockImeSession.callRequestCursorUpdates( in testCrossDisplayBasicImeOperations()