Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowFocusTests.java88 private static void sendAndAssertTargetConsumedKey(InputTargetActivity target, int keyCode, in sendAndAssertTargetConsumedKey() method in WindowFocusTests
90 sendAndAssertTargetConsumedKey(target, ACTION_DOWN, keyCode, targetDisplayId); in sendAndAssertTargetConsumedKey()
91 sendAndAssertTargetConsumedKey(target, ACTION_UP, keyCode, targetDisplayId); in sendAndAssertTargetConsumedKey()
94 private static void sendAndAssertTargetConsumedKey(InputTargetActivity target, int action, in sendAndAssertTargetConsumedKey() method in WindowFocusTests
147 sendAndAssertTargetConsumedKey(primaryActivity, KEYCODE_0, INVALID_DISPLAY); in testKeyReceiving()
148 sendAndAssertTargetConsumedKey(primaryActivity, KEYCODE_1, DEFAULT_DISPLAY); in testKeyReceiving()
158 sendAndAssertTargetConsumedKey(secondaryActivity, KEYCODE_2, INVALID_DISPLAY); in testKeyReceiving()
159 sendAndAssertTargetConsumedKey(secondaryActivity, KEYCODE_3, secondaryDisplayId); in testKeyReceiving()
183 sendAndAssertTargetConsumedKey(primaryActivity, KEYCODE_8, INVALID_DISPLAY); in testKeyReceiving()
205 sendAndAssertTargetConsumedKey(primaryActivity, KEYCODE_0, DEFAULT_DISPLAY); in testMovingDisplayToTopByKeyEvent()
[all …]