Searched refs:newKeyEvent (Results 1 – 2 of 2) sorted by relevance
139 newKeyEvent(KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_VOICE_ASSIST)); in handle()143 newKeyEvent(KeyEvent.ACTION_UP, KeyEvent.KEYCODE_VOICE_ASSIST)); in handle()278 KeyEvent keyDown = newKeyEvent(KeyEvent.ACTION_DOWN, keyCode); in injectKeyEvent()281 KeyEvent keyUp = newKeyEvent(KeyEvent.ACTION_UP, keyCode); in injectKeyEvent()285 private KeyEvent newKeyEvent(int action, int keyCode) { in newKeyEvent() method in CustomInputEventListener
290 KeyEvent keyEvent = newKeyEvent(KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_ENTER); in testInjectKeyEvent_mainDisplay()308 KeyEvent keyEvent = newKeyEvent(KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_ENTER); in testInjectKeyEvent_instrumentClusterDisplay()319 private static KeyEvent newKeyEvent(int action, int code) { in newKeyEvent() method in CarInputManagerTest839 KeyEvent keyEvent = newKeyEvent(KeyEvent.ACTION_DOWN, keyCode); in sendAndAssertKeyEvent()