Home
last modified time | relevance | path

Searched refs:callSendDownUpKeyEvents (Results 1 – 3 of 3) sorted by relevance

/cts/tests/autofillservice/src/android/autofillservice/cts/commontests/
DDatasetFilteringTest.java242 final ImeCommand cmd3 = mockImeSession.callSendDownUpKeyEvents(KeyEvent.KEYCODE_DEL); in testFilter_usingKeyboard()
247 final ImeCommand cmd4 = mockImeSession.callSendDownUpKeyEvents(KeyEvent.KEYCODE_DEL); in testFilter_usingKeyboard()
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockImeSession.java1094 public ImeCommand callSendDownUpKeyEvents(int keyEventCode) { in callSendDownUpKeyEvents() method in MockImeSession
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInputMethodServiceTest.java407 expectCommand(stream, imeSession.callSendDownUpKeyEvents(expectedKeyCode), TIMEOUT);