Searched refs:sendKeySync (Results 1 – 12 of 12) sorted by relevance
/cts/tests/tests/view/src/android/view/cts/ |
D | ContentPaneFocusTest.java | 153 mInstrumentation.sendKeySync(metaHotkey); in sendMetaHotkey() 157 mInstrumentation.sendKeySync(metaHotkey); in sendMetaHotkey() 166 mInstrumentation.sendKeySync(keyEvent); in sendMetaKey()
|
D | TooltipTest.java | 156 mInstrumentation.sendKeySync(new KeyEvent(KeyEvent.ACTION_DOWN, keyCode)); in injectKeyPress() 158 mInstrumentation.sendKeySync(new KeyEvent(KeyEvent.ACTION_UP, keyCode)); in injectKeyPress()
|
D | ViewTest.java | 2512 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/ |
D | MediaActivityTest.java | 186 mInstrumentation.sendKeySync(down); in sendKeyEvent() 187 mInstrumentation.sendKeySync(up); in sendKeyEvent()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | TabHostTest.java | 485 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()
|
D | GridViewTest.java | 181 mInstrumentation.sendKeySync(event); in testPressKey() 185 mInstrumentation.sendKeySync(event); in testPressKey() 200 mInstrumentation.sendKeySync(event); in testPressKey() 203 mInstrumentation.sendKeySync(event); in testPressKey()
|
D | AbsSeekBarTest.java | 233 mInstrumentation.sendKeySync(keyEvent); in testAccessKeyProgressIncrement() 237 mInstrumentation.sendKeySync(keyEvent); in testAccessKeyProgressIncrement()
|
D | ToolbarTest.java | 561 mInstrumentation.sendKeySync(unhandledShortcutKey); in testKeyShortcuts()
|
/cts/tests/app/src/android/app/cts/ |
D | AlertDialog_BuilderTest.java | 311 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
|
D | InstrumentationTest.java | 503 mInstrumentation.sendKeySync(key); in testSendKeySync()
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/ |
D | WindowFocusTests.java | 84 getInstrumentation().sendKeySync(keyEvent); in sendKey()
|
/cts/tests/tests/tv/src/android/media/tv/cts/ |
D | TvViewTest.java | 378 mInstrumentation.sendKeySync(keyEvent); in verifyKeyEvent()
|