Searched refs:waitAssertAndConsumeKeyEvent (Results 1 – 1 of 1) sorted by relevance
173 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()456 void waitAssertAndConsumeKeyEvent(int action, int keyCode, int flags) { in waitAssertAndConsumeKeyEvent() method in WindowFocusTests.InputTargetActivity