Home
last modified time | relevance | path

Searched refs:sendKeySync (Results 1 – 17 of 17) sorted by relevance

/cts/tests/tests/view/src/android/view/cts/
DContentPaneFocusTest.java164 mInstrumentation.sendKeySync(metaHotkey); in sendMetaHotkey()
168 mInstrumentation.sendKeySync(metaHotkey); in sendMetaHotkey()
177 mInstrumentation.sendKeySync(keyEvent); in sendMetaKey()
DViewTest.java2706 mInstrumentation.sendKeySync(event); in testOnKeyShortcut()
2708 mInstrumentation.sendKeySync(event); in testOnKeyShortcut()
2803 mInstrumentation.sendKeySync(event); in testDispatchUnhandledMove()
3079 mInstrumentation.sendKeySync(event); in testOnKeyDownOrUp()
3083 mInstrumentation.sendKeySync(event); in testOnKeyDownOrUp()
3091 mInstrumentation.sendKeySync(event); in testOnKeyDownOrUp()
3105 mInstrumentation.sendKeySync(event); in testOnKeyDownOrUp()
3109 mInstrumentation.sendKeySync(event); in testOnKeyDownOrUp()
3120 mInstrumentation.sendKeySync(event); in testOnKeyDownOrUp()
3124 mInstrumentation.sendKeySync(event); in testOnKeyDownOrUp()
[all …]
DTooltipTest.java173 mInstrumentation.sendKeySync(new KeyEvent(KeyEvent.ACTION_DOWN, keyCode)); in injectKeyPress()
175 mInstrumentation.sendKeySync(new KeyEvent(KeyEvent.ACTION_UP, keyCode)); in injectKeyPress()
/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/embedding/
DActivityEmbeddingFocusTests.java217 getInstrumentation().sendKeySync(new KeyEvent(0, 0, ACTION_DOWN, keyCode, 0, metaState)); in sendKey()
218 getInstrumentation().sendKeySync(new KeyEvent(0, 0, ACTION_UP, keyCode, 0, metaState)); in sendKey()
/cts/tests/app/src/android/app/cts/
DAlertDialogTest.java195 mInstrumentation.sendKeySync(new KeyEvent(KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_0)); in testCallback()
197 mInstrumentation.sendKeySync(new KeyEvent(KeyEvent.ACTION_UP, KeyEvent.KEYCODE_0)); in testCallback()
DAlertDialog_BuilderTest.java262 sendKeySync(KeyEvent.KEYCODE_BACK); in testCancelable()
325 sendKeySync(KeyEvent.KEYCODE_0); in testSetOnKeyListener()
326 sendKeySync(KeyEvent.KEYCODE_1); in testSetOnKeyListener()
625 private void sendKeySync(int keyCode) { in sendKeySync() method in AlertDialog_BuilderTest
DInstrumentationTest.java593 mInstrumentation.sendKeySync(key); in testSendKeySync()
/cts/tests/tests/widget/src/android/widget/cts/
DTabHostTest.java495 mInstrumentation.sendKeySync(new KeyEvent(0, 0, KeyEvent.ACTION_DOWN, metaKeys[mk], in sendKeyComboSync()
499 mInstrumentation.sendKeySync(new KeyEvent(0, 0, KeyEvent.ACTION_DOWN, keyCode, 0, in sendKeyComboSync()
501 mInstrumentation.sendKeySync(new KeyEvent(0, 0, KeyEvent.ACTION_UP, keyCode, 0, in sendKeyComboSync()
506 mInstrumentation.sendKeySync(new KeyEvent(0, 0, KeyEvent.ACTION_UP, metaKeys[mk], 0, in sendKeyComboSync()
DGridViewTest.java191 mInstrumentation.sendKeySync(event); in testPressKey()
195 mInstrumentation.sendKeySync(event); in testPressKey()
210 mInstrumentation.sendKeySync(event); in testPressKey()
213 mInstrumentation.sendKeySync(event); in testPressKey()
DAbsSeekBarTest.java241 mInstrumentation.sendKeySync(keyEvent); in testAccessKeyProgressIncrement()
245 mInstrumentation.sendKeySync(keyEvent); in testAccessKeyProgressIncrement()
DToolbarTest.java569 mInstrumentation.sendKeySync(unhandledShortcutKey); in testKeyShortcuts()
/cts/tests/input/InputInjectionApp/src/com/android/test/inputinjection/
DInputInjectionActivity.kt54 Instrumentation().sendKeySync(getKeyDown()) in <lambda>()
/cts/tests/tests/media/bettertogether/src/android/media/bettertogether/cts/
DMediaActivityTest.java299 mInstrumentation.sendKeySync(down); in sendKeyEvent()
300 mInstrumentation.sendKeySync(up); in sendKeyEvent()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DCtsKeyEventUtil.java275 instrumentation.sendKeySync(newEvent); in sendKey()
/cts/tests/tests/tv/src/android/media/tv/cts/
DTvViewTest.java396 mInstrumentation.sendKeySync(keyEvent); in verifyKeyEvent()
/cts/tests/framework/base/windowmanager/src/android/server/wm/input/
DWindowFocusTests.java99 getInstrumentation().sendKeySync(keyEvent); in sendKey()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt6140 method public void sendKeySync(android.view.KeyEvent);