Searched refs:waitAssertAndConsumeKeyEvent (Results 1 – 1 of 1) sorted by relevance
176 secondaryActivity.waitAssertAndConsumeKeyEvent(ACTION_UP, KEYCODE_5, FLAG_CANCELED); in testKeyReceiving()177 secondaryActivity.waitAssertAndConsumeKeyEvent(ACTION_UP, KEYCODE_7, FLAG_CANCELED); in testKeyReceiving()178 secondaryActivity.waitAssertAndConsumeKeyEvent(ACTION_UP, KEYCODE_6, FLAG_CANCELED); in testKeyReceiving()447 void waitAssertAndConsumeKeyEvent(int action, int keyCode, int flags) in waitAssertAndConsumeKeyEvent() method in WindowFocusTests.InputTargetActivity