Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowFocusTests.java99 target.assertAndConsumeKeyEvent(action, keyCode, 0 /* flags */); in sendAndAssertTargetConsumedKey()
164 secondaryActivity.assertAndConsumeKeyEvent(ACTION_DOWN, KEYCODE_5, 0 /* flags */); in testKeyReceiving()
165 secondaryActivity.assertAndConsumeKeyEvent(ACTION_DOWN, KEYCODE_6, 0 /* flags */); in testKeyReceiving()
166 secondaryActivity.assertAndConsumeKeyEvent(ACTION_DOWN, KEYCODE_7, 0 /* flags */); in testKeyReceiving()
451 void assertAndConsumeKeyEvent(int action, int keyCode, int flags) { in assertAndConsumeKeyEvent() method in WindowFocusTests.InputTargetActivity
464 assertAndConsumeKeyEvent(action, keyCode, flags); in waitAssertAndConsumeKeyEvent()