Home
last modified time | relevance | path

Searched defs:sendKey (Results 1 – 3 of 3) sorted by relevance

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DCtsKeyEventUtil.java167 public static void sendKey(final Instrumentation instrumentation, final View targetView, in sendKey() method in CtsKeyEventUtil
172 private static void sendKey(final Instrumentation instrumentation, final View targetView, in sendKey() method in CtsKeyEventUtil
/cts/tests/tests/view/src/android/view/cts/
DKeyEventInterceptTest.java148 private void sendKey(int keyCodeToSend) { in sendKey() method in KeyEventInterceptTest
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowFocusTests.java79 private static void sendKey(int action, int keyCode, int displayId) { in sendKey() method in WindowFocusTests