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/input/
DWindowFocusTests.java112 target.assertAndConsumeKeyEvent(action, keyCode, 0 /* flags */); in sendAndAssertTargetConsumedKey()
175 secondaryActivity.assertAndConsumeKeyEvent(ACTION_DOWN, KEYCODE_5, 0 /* flags */); in testKeyReceiving()
176 secondaryActivity.assertAndConsumeKeyEvent(ACTION_DOWN, KEYCODE_6, 0 /* flags */); in testKeyReceiving()
177 secondaryActivity.assertAndConsumeKeyEvent(ACTION_DOWN, KEYCODE_7, 0 /* flags */); in testKeyReceiving()
600 void assertAndConsumeKeyEvent(int action, int keyCode, int flags) { in assertAndConsumeKeyEvent() method in WindowFocusTests.InputTargetActivity
613 assertAndConsumeKeyEvent(action, keyCode, flags); in waitAssertAndConsumeKeyEvent()