Home
last modified time | relevance | path

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

/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/
DSonyDualshock4BluetoothTest.java40 testInputEvents(R.raw.sony_dualshock4_bluetooth_keyeventtests); in testAllKeys()
45 testInputEvents(R.raw.sony_dualshock4_bluetooth_motioneventtests); in testAllMotions()
62 testInputEvents(R.raw.sony_dualshock4_toucheventtests); in testAllTouch()
DRazerServalTest.java41 testInputEvents(R.raw.razer_serval_keyeventtests); in testAllKeys()
46 testInputEvents(R.raw.razer_serval_motioneventtests); in testAllMotions()
56 testInputEvents(R.raw.razer_serval_homekey); in testHomeKey()
DRazerRaijuMobileBluetoothTest.java42 testInputEvents(R.raw.razer_raiju_mobile_bluetooth_keyeventtests); in testAllKeys()
47 testInputEvents(R.raw.razer_raiju_mobile_bluetooth_motioneventtests); in testAllMotions()
57 testInputEvents(R.raw.razer_raiju_mobile_bluetooth_homekey); in testHomeKey()
DSonyDualshock4ProUsbTest.java38 testInputEvents(R.raw.sony_dualshock4_usb_keyeventtests); in testAllKeys()
43 testInputEvents(R.raw.sony_dualshock4_usb_motioneventtests); in testAllMotions()
DMicrosoftXbox2020Test.java38 testInputEvents(R.raw.microsoft_xbox2020_keyeventtests); in testAllKeys()
43 testInputEvents(R.raw.microsoft_xbox2020_motioneventtests); in testAllMotions()
DRazerKishiTest.java38 testInputEvents(R.raw.razer_kishi_keyeventtests); in testAllKeys()
43 testInputEvents(R.raw.razer_kishi_motioneventtests); in testAllMotions()
DAsusGamepadTest.java36 testInputEvents(R.raw.asus_gamepad_keyeventtests); in testAllKeys()
41 testInputEvents(R.raw.asus_gamepad_motioneventtests); in testAllMotions()
DMicrosoftXboxOneSTest.java39 testInputEvents(R.raw.microsoft_xboxones_keyeventtests); in testAllKeys()
44 testInputEvents(R.raw.microsoft_xboxones_motioneventtests); in testAllMotions()
DRazerJunglecatBluetoothTest.java39 testInputEvents(R.raw.razer_junglecat_keyeventtests); in testAllKeys()
44 testInputEvents(R.raw.razer_junglecat_motioneventtests); in testAllMotions()
DSonyDualshock3UsbTest.java38 testInputEvents(R.raw.sony_dualshock3_usb_keyeventtests); in testAllKeys()
43 testInputEvents(R.raw.sony_dualshock3_usb_motioneventtests); in testAllMotions()
DSonyDualshock4ProBluetoothTest.java40 testInputEvents(R.raw.sony_dualshock4_bluetooth_keyeventtests); in testAllKeys()
45 testInputEvents(R.raw.sony_dualshock4_bluetooth_motioneventtests); in testAllMotions()
DSonyDualSenseBluetoothTest.java47 testInputEvents(R.raw.sony_dualsense_bluetooth_keyeventtests); in testAllKeys()
52 testInputEvents(R.raw.sony_dualsense_bluetooth_motioneventtests); in testAllMotions()
DSonyDualSenseUsbTest.java47 testInputEvents(R.raw.sony_dualsense_usb_keyeventtests); in testAllKeys()
52 testInputEvents(R.raw.sony_dualsense_usb_motioneventtests); in testAllMotions()
DSonyDualshock4UsbTest.java40 testInputEvents(R.raw.sony_dualshock4_usb_keyeventtests); in testAllKeys()
45 testInputEvents(R.raw.sony_dualshock4_usb_motioneventtests); in testAllMotions()
DGoogleAtvReferenceRemoteControlTest.java40 testInputEvents(R.raw.google_atvreferenceremote_keyeventtests); in testAllKeys()
50 testInputEvents(R.raw.google_atvreferenceremote_homekey); in testHomeKey()
DNintendoSwitchProTest.java57 testInputEvents(R.raw.nintendo_switchpro_keyeventtests); in testAllKeys()
63 testInputEvents(R.raw.nintendo_switchpro_motioneventtests); in testAllMotions()
DGameviceGv186Test.java54 testInputEvents(R.raw.gamevice_gv186_keyeventtests); in testAllKeys()
59 testInputEvents(R.raw.gamevice_gv186_motioneventtests); in testAllMotions()
DUsbVoiceCommandTest.java124 testInputEvents(R.raw.google_gamepad_keyevent_media_tests); in testMediaKeys()
134 testInputEvents(R.raw.google_gamepad_keyevent_volume_tests); in testVolumeKeys()
143 testInputEvents(R.raw.google_gamepad_assistkey); in testVoiceAssistantKey()
DMicrosoftSculpttouchTest.java45 testInputEvents(R.raw.microsoft_sculpttouch_motioneventtests); in testAllMotions()
DMicrosoftDesignerKeyboardTest.java40 testInputEvents(R.raw.microsoft_designer_keyboard_keyeventtests); in testAllKeys()
DInputTestCase.java261 protected void testInputEvents(int resourceId) { in testInputEvents() method in InputTestCase