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.java74 private HidDevice mHidDevice; field in InputHidTestCase
202 mHidDevice = new HidDevice(mInstrumentation, id, vendorId, productId, sources, in setUpDevice()
204 assertNotNull(mHidDevice); in setUpDevice()
209 if (mHidDevice != null) { in tearDownDevice()
210 mHidDevice.close(); in tearDownDevice()
224 mHidDevice.sendHidReport(report); in testInputDeviceEvents()
293 results = mHidDevice.getResults(mDeviceId, UHID_EVENT_TYPE_UHID_OUTPUT); in testInputVibratorEvents()
361 results = mHidDevice.getResults(mDeviceId, UHID_EVENT_TYPE_UHID_OUTPUT); in testInputVibratorManagerEvents()
396 mHidDevice.sendHidReport(report); in testInputBatteryEvents()
446 mHidDevice.sendHidReport(test.report); in testInputLightsManager()
[all …]