Searched refs:sendAndAssertTargetConsumedKey (Results 1 – 1 of 1) sorted by relevance
/cts/tests/framework/base/windowmanager/src/android/server/wm/input/ |
D | WindowFocusTests.java | 102 private static void sendAndAssertTargetConsumedKey(InputTargetActivity target, int keyCode, in sendAndAssertTargetConsumedKey() method in WindowFocusTests 104 sendAndAssertTargetConsumedKey(target, ACTION_DOWN, keyCode, targetDisplayId); in sendAndAssertTargetConsumedKey() 105 sendAndAssertTargetConsumedKey(target, ACTION_UP, keyCode, targetDisplayId); in sendAndAssertTargetConsumedKey() 108 private static void sendAndAssertTargetConsumedKey(InputTargetActivity target, int action, in sendAndAssertTargetConsumedKey() method in WindowFocusTests 152 sendAndAssertTargetConsumedKey(primaryActivity, KEYCODE_0, INVALID_DISPLAY); in testKeyReceiving() 153 sendAndAssertTargetConsumedKey(primaryActivity, KEYCODE_1, DEFAULT_DISPLAY); in testKeyReceiving() 162 sendAndAssertTargetConsumedKey(secondaryActivity, KEYCODE_2, INVALID_DISPLAY); in testKeyReceiving() 163 sendAndAssertTargetConsumedKey(secondaryActivity, KEYCODE_3, secondaryDisplayId); in testKeyReceiving() 193 sendAndAssertTargetConsumedKey(primaryActivity, KEYCODE_8, INVALID_DISPLAY); in testKeyReceiving() 217 sendAndAssertTargetConsumedKey(secondaryActivity, KEYCODE_0, INVALID_DISPLAY); in testKeyReceivingWithDisplayWithOwnFocus() [all …]
|