Searched refs:callSendDownUpKeyEvents (Results 1 – 3 of 3) sorted by relevance
242 final ImeCommand cmd3 = mockImeSession.callSendDownUpKeyEvents(KeyEvent.KEYCODE_DEL); in testFilter_usingKeyboard()247 final ImeCommand cmd4 = mockImeSession.callSendDownUpKeyEvents(KeyEvent.KEYCODE_DEL); in testFilter_usingKeyboard()
1094 public ImeCommand callSendDownUpKeyEvents(int keyEventCode) { in callSendDownUpKeyEvents() method in MockImeSession
407 expectCommand(stream, imeSession.callSendDownUpKeyEvents(expectedKeyCode), TIMEOUT);