Home
last modified time | relevance | path

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

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DCtsKeyEventUtil.java208 public void sendKeyDownUp(Instrumentation instrumentation, View targetView, int key) { in sendKeyDownUp() method in CtsKeyEventUtil
218 public void sendKeyDownUp(Instrumentation instrumentation, int key) { in sendKeyDownUp() method in CtsKeyEventUtil
/cts/tests/tests/text/src/android/text/method/cts/
DKeyListenerTestCase.java145 protected final void sendKeyDownUp(View targetView, int key) { in sendKeyDownUp() method in KeyListenerTestCase
/cts/tests/tests/widget/src/android/widget/cts/
DTimePickerTest.java882 public void sendKeyDownUp(View view, int key) { in sendKeyDownUp() method in TimePickerTest