Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DContentPaneFocusTest.java153 mInstrumentation.sendKeySync(metaHotkey); in sendMetaHotkey()
157 mInstrumentation.sendKeySync(metaHotkey); in sendMetaHotkey()
166 mInstrumentation.sendKeySync(keyEvent); in sendMetaKey()
DViewTest.java2579 mInstrumentation.sendKeySync(event); in testOnKeyShortcut()
2581 mInstrumentation.sendKeySync(event); in testOnKeyShortcut()
2676 mInstrumentation.sendKeySync(event); in testDispatchUnhandledMove()
2952 mInstrumentation.sendKeySync(event); in testOnKeyDownOrUp()
2956 mInstrumentation.sendKeySync(event); in testOnKeyDownOrUp()
2964 mInstrumentation.sendKeySync(event); in testOnKeyDownOrUp()
2978 mInstrumentation.sendKeySync(event); in testOnKeyDownOrUp()
2982 mInstrumentation.sendKeySync(event); in testOnKeyDownOrUp()
2993 mInstrumentation.sendKeySync(event); in testOnKeyDownOrUp()
2997 mInstrumentation.sendKeySync(event); in testOnKeyDownOrUp()
[all …]
/cts/tests/app/src/android/app/cts/
DAlertDialogTest.java194 mInstrumentation.sendKeySync(new KeyEvent(KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_0)); in testCallback()
196 mInstrumentation.sendKeySync(new KeyEvent(KeyEvent.ACTION_UP, KeyEvent.KEYCODE_0)); in testCallback()
DAlertDialog_BuilderTest.java299 sendKeySync(KeyEvent.KEYCODE_BACK); in testCancelable()
368 sendKeySync(KeyEvent.KEYCODE_0); in testSetOnKeyListener()
369 sendKeySync(KeyEvent.KEYCODE_1); in testSetOnKeyListener()
673 private void sendKeySync(int keyCode) { in sendKeySync() method in AlertDialog_BuilderTest
DInstrumentationTest.java490 mInstrumentation.sendKeySync(key); in testSendKeySync()
/cts/tests/tests/media/src/android/media/cts/
DMediaActivityTest.java259 mInstrumentation.sendKeySync(down); in sendKeyEvent()
260 mInstrumentation.sendKeySync(up); in sendKeyEvent()
/cts/tests/tests/widget/src/android/widget/cts/
DTabHostTest.java485 mInstrumentation.sendKeySync(new KeyEvent(0, 0, KeyEvent.ACTION_DOWN, metaKeys[mk], in sendKeyComboSync()
489 mInstrumentation.sendKeySync(new KeyEvent(0, 0, KeyEvent.ACTION_DOWN, keyCode, 0, in sendKeyComboSync()
491 mInstrumentation.sendKeySync(new KeyEvent(0, 0, KeyEvent.ACTION_UP, keyCode, 0, in sendKeyComboSync()
496 mInstrumentation.sendKeySync(new KeyEvent(0, 0, KeyEvent.ACTION_UP, metaKeys[mk], 0, in sendKeyComboSync()
DGridViewTest.java181 mInstrumentation.sendKeySync(event); in testPressKey()
185 mInstrumentation.sendKeySync(event); in testPressKey()
200 mInstrumentation.sendKeySync(event); in testPressKey()
203 mInstrumentation.sendKeySync(event); in testPressKey()
DAbsSeekBarTest.java233 mInstrumentation.sendKeySync(keyEvent); in testAccessKeyProgressIncrement()
237 mInstrumentation.sendKeySync(keyEvent); in testAccessKeyProgressIncrement()
DToolbarTest.java561 mInstrumentation.sendKeySync(unhandledShortcutKey); in testKeyShortcuts()
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowFocusTests.java85 getInstrumentation().sendKeySync(keyEvent); in sendKey()
/cts/tests/tests/tv/src/android/media/tv/cts/
DTvViewTest.java394 mInstrumentation.sendKeySync(keyEvent); in verifyKeyEvent()