Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DActivityViewTest.java242 final ImeCommand cursorUpdatesCommand = imeSession.callRequestCursorUpdates( in testInputMethod()
DMultiDisplaySystemDecorationTests.java586 final ImeCommand callCursorUpdates = mockImeSession.callRequestCursorUpdates( in testCrossDisplayBasicImeOperations()
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInputMethodServiceTest.java345 imeSession.callRequestCursorUpdates(InputConnection.CURSOR_UPDATE_IMMEDIATE),
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockImeSession.java819 public ImeCommand callRequestCursorUpdates(int cursorUpdateMode) { in callRequestCursorUpdates() method in MockImeSession