Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowFocusTests.java173 secondaryActivity.waitAssertAndConsumeKeyEvent(ACTION_UP, KEYCODE_5, FLAG_CANCELED); in testKeyReceiving()
174 secondaryActivity.waitAssertAndConsumeKeyEvent(ACTION_UP, KEYCODE_7, FLAG_CANCELED); in testKeyReceiving()
176 secondaryActivity.waitAssertAndConsumeKeyEvent(ACTION_UP, KEYCODE_6, FLAG_CANCELED); in testKeyReceiving()
457 void waitAssertAndConsumeKeyEvent(int action, int keyCode, int flags) { in waitAssertAndConsumeKeyEvent() method in WindowFocusTests.InputTargetActivity