Searched refs:newKeyEvent (Results 1 – 2 of 2) sorted by relevance
143 newKeyEvent(KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_VOICE_ASSIST)); in handle()147 newKeyEvent(KeyEvent.ACTION_UP, KeyEvent.KEYCODE_VOICE_ASSIST)); in handle()283 KeyEvent keyDown = newKeyEvent(KeyEvent.ACTION_DOWN, keyCode); in injectKeyEvent()286 KeyEvent keyUp = newKeyEvent(KeyEvent.ACTION_UP, keyCode); in injectKeyEvent()290 private KeyEvent newKeyEvent(int action, int keyCode) { in newKeyEvent() method in CustomInputEventListener
288 KeyEvent keyEvent = newKeyEvent(KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_ENTER); in testInjectKeyEvent_mainDisplay()306 KeyEvent keyEvent = newKeyEvent(KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_ENTER); in testInjectKeyEvent_instrumentClusterDisplay()317 private static KeyEvent newKeyEvent(int action, int code) { in newKeyEvent() method in CarInputManagerTest837 KeyEvent keyEvent = newKeyEvent(KeyEvent.ACTION_DOWN, keyCode); in sendAndAssertKeyEvent()