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