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()
DTooltipTest.java156 mInstrumentation.sendKeySync(new KeyEvent(KeyEvent.ACTION_DOWN, keyCode)); in injectKeyPress()
158 mInstrumentation.sendKeySync(new KeyEvent(KeyEvent.ACTION_UP, keyCode)); in injectKeyPress()
DViewTest.java2512 mInstrumentation.sendKeySync(event); in testOnKeyShortcut()
2514 mInstrumentation.sendKeySync(event); in testOnKeyShortcut()
2609 mInstrumentation.sendKeySync(event); in testDispatchUnhandledMove()
2885 mInstrumentation.sendKeySync(event); in testOnKeyDownOrUp()
2889 mInstrumentation.sendKeySync(event); in testOnKeyDownOrUp()
2897 mInstrumentation.sendKeySync(event); in testOnKeyDownOrUp()
2911 mInstrumentation.sendKeySync(event); in testOnKeyDownOrUp()
2915 mInstrumentation.sendKeySync(event); in testOnKeyDownOrUp()
2926 mInstrumentation.sendKeySync(event); in testOnKeyDownOrUp()
2930 mInstrumentation.sendKeySync(event); in testOnKeyDownOrUp()
[all …]
/cts/tests/tests/media/src/android/media/cts/
DMediaActivityTest.java186 mInstrumentation.sendKeySync(down); in sendKeyEvent()
187 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/app/src/android/app/cts/
DAlertDialog_BuilderTest.java311 sendKeySync(KeyEvent.KEYCODE_BACK); in testCancelable()
382 sendKeySync(KeyEvent.KEYCODE_0); in testSetOnKeyListener()
383 sendKeySync(KeyEvent.KEYCODE_1); in testSetOnKeyListener()
696 private void sendKeySync(int keyCode) { in sendKeySync() method in AlertDialog_BuilderTest
DInstrumentationTest.java503 mInstrumentation.sendKeySync(key); in testSendKeySync()
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowFocusTests.java84 getInstrumentation().sendKeySync(keyEvent); in sendKey()
/cts/tests/tests/tv/src/android/media/tv/cts/
DTvViewTest.java378 mInstrumentation.sendKeySync(keyEvent); in verifyKeyEvent()