/cts/tests/tests/hardware/res/raw/ |
D | asus_gamepad_keyeventtests.json | 10 {"action": "DOWN", "keycode": "BUTTON_A"}, string 11 {"action": "UP", "keycode": "BUTTON_A"} string 23 {"action": "DOWN", "keycode": "BUTTON_B"}, string 24 {"action": "UP", "keycode": "BUTTON_B"} string 36 {"action": "DOWN", "keycode": "BUTTON_X"}, string 37 {"action": "UP", "keycode": "BUTTON_X"} string 49 {"action": "DOWN", "keycode": "BUTTON_Y"}, string 50 {"action": "UP", "keycode": "BUTTON_Y"} string 62 {"action": "DOWN", "keycode": "BUTTON_L1"}, string 63 {"action": "UP", "keycode": "BUTTON_L1"} string [all …]
|
D | microsoft_xboxones_keyeventtests.json | 12 {"action": "DOWN", "keycode": "BUTTON_A"}, string 13 {"action": "UP", "keycode": "BUTTON_A"} string 27 {"action": "DOWN", "keycode": "BUTTON_B"}, string 28 {"action": "UP", "keycode": "BUTTON_B"} string 42 {"action": "DOWN", "keycode": "BUTTON_X"}, string 43 {"action": "UP", "keycode": "BUTTON_X"} string 57 {"action": "DOWN", "keycode": "BUTTON_Y"}, string 58 {"action": "UP", "keycode": "BUTTON_Y"} string 72 {"action": "DOWN", "keycode": "BUTTON_L1"}, string 73 {"action": "UP", "keycode": "BUTTON_L1"} string [all …]
|
D | sony_dualshock4_keyeventtests.json | 20 {"action": "DOWN", "keycode": "BUTTON_A"}, string 21 {"action": "UP", "keycode": "BUTTON_A"} string 43 {"action": "DOWN", "keycode": "BUTTON_B"}, string 44 {"action": "UP", "keycode": "BUTTON_B"} string 66 {"action": "DOWN", "keycode": "BUTTON_X"}, string 67 {"action": "UP", "keycode": "BUTTON_X"} string 89 {"action": "DOWN", "keycode": "BUTTON_Y"}, string 90 {"action": "UP", "keycode": "BUTTON_Y"} string 112 {"action": "DOWN", "keycode": "BUTTON_L1"}, string 113 {"action": "UP", "keycode": "BUTTON_L1"} string [all …]
|
/cts/tests/tests/text/src/android/text/method/cts/ |
D | KeyListenerTestCase.java | 108 protected static KeyEvent getKey(int keycode, int metaState) { in getKey()
|
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/ |
D | HdmiCecClientWrapper.java | 147 int keycode, boolean holdKey) throws Exception { in sendUserControlPressAndRelease() 162 int keycode, boolean holdKey) throws Exception { in sendUserControlPress()
|