Home
last modified time | relevance | path

Searched refs:injectKeyEvent (Results 1 – 3 of 3) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/
DProjectedPresentation.java46 public void injectKeyEvent(KeyEvent event) { in injectKeyEvent() method in ProjectedPresentation
DProjectionService.java137 mPresentation.injectKeyEvent(event); in onKeyEvent()
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowTest.java688 injectKeyEvent(presentationWindow, KeyEvent.KEYCODE_TAB); in testSetLocalFocus()
690 injectKeyEvent(presentationWindow, KeyEvent.KEYCODE_TAB); in testSetLocalFocus()
718 private void injectKeyEvent(Window window, int keyCode) { in injectKeyEvent() method in WindowTest