Home
last modified time | relevance | path

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

/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/
DInputUinputTestCase.java33 protected void setUpDevice(int id, int vendorId, int productId, int sources, in setUpDevice() argument
35 mUinputDevice = new UinputDevice(mInstrumentation, id, vendorId, productId, sources, in setUpDevice()
DInputHidTestCase.java199 protected void setUpDevice(int id, int vendorId, int productId, int sources, in setUpDevice() argument
202 mHidDevice = new HidDevice(mInstrumentation, id, vendorId, productId, sources, in setUpDevice()
DInputTestCase.java104 protected abstract void setUpDevice(int id, int vendorId, int productId, int sources, in setUpDevice() argument
/cts/libs/input/src/com/android/cts/input/
DHidDevice.java77 int vendorId, int productId, int sources, String registerCommand) { in HidDevice() argument
78 super(instrumentation, id, vendorId, productId, sources, registerCommand); in HidDevice()
DUinputDevice.java72 public UinputDevice(Instrumentation instrumentation, int id, int vendorId, int productId, in UinputDevice() argument
74 super(instrumentation, id, vendorId, productId, sources, registerCommand); in UinputDevice()
DVirtualInputDevice.java78 public VirtualInputDevice(Instrumentation instrumentation, int id, int vendorId, int productId, in VirtualInputDevice() argument
85 mVendorId = vendorId; in VirtualInputDevice()
/cts/tests/tests/view/src/android/view/cts/input/
DInputDeviceSensorManagerTest.java379 final int vendorId = mParser.readVendorId(resourceId); in setup() local
382 vendorId, productId, InputDevice.SOURCE_KEYBOARD, registerCommand); in setup()
383 mSensorManager = getSensorManager(vendorId, productId); in setup()