Searched refs:sendKeyEvent (Results 1 – 2 of 2) sorted by relevance
80 wrapper.sendKeyEvent(new KeyEvent(KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_0)); in testInputConnectionWrapper()216 public boolean sendKeyEvent(KeyEvent event) { in sendKeyEvent() method in InputConnectionWrapperTest.MockInputConnection
233 mConnection.sendKeyEvent(new KeyEvent(KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_7)); in testSendKeyEvent()234 mConnection.sendKeyEvent(new KeyEvent(KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_7)); in testSendKeyEvent()