Home
last modified time | relevance | path

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

/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/
DGooglePixelUsbCEarbudsTest.kt29 public class GooglePixelUsbCEarbudsTest : InputHidTestCase(R.raw.google_pixelusbcearbuds_register) {
DMicrosoftSculpttouchTest.java29 public class MicrosoftSculpttouchTest extends InputHidTestCase {
DAsusGamepadTest.java29 public class AsusGamepadTest extends InputHidTestCase {
DMicrosoftXbox2020Test.java29 public class MicrosoftXbox2020Test extends InputHidTestCase {
DSonyDualshock4ProUsbTest.java29 public class SonyDualshock4ProUsbTest extends InputHidTestCase {
DRazerKishiTest.java29 public class RazerKishiTest extends InputHidTestCase {
DMicrosoftXboxOneSTest.java29 public class MicrosoftXboxOneSTest extends InputHidTestCase {
DRazerJunglecatBluetoothTest.java29 public class RazerJunglecatBluetoothTest extends InputHidTestCase {
DSonyDualshock3UsbTest.java29 public class SonyDualshock3UsbTest extends InputHidTestCase {
DGravisGamePadProUsbTest.java18 public class GravisGamePadProUsbTest extends InputHidTestCase {
DGoogleAtvReferenceRemoteControlTest.java31 public class GoogleAtvReferenceRemoteControlTest extends InputHidTestCase {
DRazerServalTest.java30 public class RazerServalTest extends InputHidTestCase {
DMicrosoftDesignerKeyboardTest.java32 public class MicrosoftDesignerKeyboardTest extends InputHidTestCase {
DRazerRaijuMobileBluetoothTest.java31 public class RazerRaijuMobileBluetoothTest extends InputHidTestCase {
DSonyDualSenseEdgeUsbTest.java34 public class SonyDualSenseEdgeUsbTest extends InputHidTestCase {
DSonyDualSenseUsbTest.java34 public class SonyDualSenseUsbTest extends InputHidTestCase {
DSonyDualshock4ProBluetoothTest.java34 public class SonyDualshock4ProBluetoothTest extends InputHidTestCase {
DSonyDualshock4UsbTest.java35 public class SonyDualshock4UsbTest extends InputHidTestCase {
DNintendoSwitchProTest.java37 public class NintendoSwitchProTest extends InputHidTestCase {
DGameviceGv186Test.java32 public class GameviceGv186Test extends InputHidTestCase {
DSonyDualSenseEdgeBluetoothTest.java35 public class SonyDualSenseEdgeBluetoothTest extends InputHidTestCase {
DSonyDualshock4BluetoothTest.java34 public class SonyDualshock4BluetoothTest extends InputHidTestCase {
DSonyDualSenseBluetoothTest.java35 public class SonyDualSenseBluetoothTest extends InputHidTestCase {
DUsbVoiceCommandTest.java49 public class UsbVoiceCommandTest extends InputHidTestCase {
DInputHidTestCase.java70 public abstract class InputHidTestCase extends InputTestCase { class
94 InputHidTestCase(int registerResourceId) { in InputHidTestCase() method in InputHidTestCase