Searched refs:assertAndConsumeKeyEvent (Results 1 – 1 of 1) sorted by relevance
/cts/tests/framework/base/windowmanager/src/android/server/wm/ |
D | WindowFocusTests.java | 98 target.assertAndConsumeKeyEvent(action, keyCode, 0 /* flags */); in sendAndAssertTargetConsumedKey() 167 secondaryActivity.assertAndConsumeKeyEvent(ACTION_DOWN, KEYCODE_5, 0 /* flags */); in testKeyReceiving() 168 secondaryActivity.assertAndConsumeKeyEvent(ACTION_DOWN, KEYCODE_6, 0 /* flags */); in testKeyReceiving() 169 secondaryActivity.assertAndConsumeKeyEvent(ACTION_DOWN, KEYCODE_7, 0 /* flags */); in testKeyReceiving() 442 void assertAndConsumeKeyEvent(int action, int keyCode, int flags) { in assertAndConsumeKeyEvent() method in WindowFocusTests.InputTargetActivity 453 assertAndConsumeKeyEvent(action, keyCode, flags); in waitAssertAndConsumeKeyEvent()
|