Home
last modified time | relevance | path

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

/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/
DInputHidTestCase.java75 private HidDevice mHidDevice; field in InputHidTestCase
205 mHidDevice = new HidDevice(mInstrumentation, id, vendorId, productId, sources, in setUpDevice()
207 assertNotNull(mHidDevice); in setUpDevice()
212 if (mHidDevice != null) { in tearDownDevice()
213 mHidDevice.close(); in tearDownDevice()
230 mHidDevice.sendHidReport(report); in testInputDeviceEvents()
298 results = mHidDevice.getResults(mDeviceId, UHID_EVENT_TYPE_UHID_OUTPUT); in testInputVibratorEvents()
366 results = mHidDevice.getResults(mDeviceId, UHID_EVENT_TYPE_UHID_OUTPUT); in testInputVibratorManagerEvents()
401 mHidDevice.sendHidReport(report); in testInputBatteryEvents()
451 mHidDevice.sendHidReport(test.report); in testInputLightsManager()
[all …]