Home
last modified time | relevance | path

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

/platform_testing/libraries/aoa-helper/tests/src/com/android/helper/aoa/
DAoaDeviceTest.java20 import static com.android.helper.aoa.AoaDevice.ACCESSORY_SET_HID_REPORT_DESC;
112 verifyRequest(times(HID_COUNT), ACCESSORY_SET_HID_REPORT_DESC); in testRegistersHIDsAutomatically() local
130 verifyRequest(times(HID_COUNT), ACCESSORY_SET_HID_REPORT_DESC); in testDetectsAccessoryMode() local
158 verifyRequest(times(HID_COUNT), ACCESSORY_SET_HID_REPORT_DESC); in testResetConnection() local
/platform_testing/libraries/aoa-helper/src/com/android/helper/aoa/
DAoaDevice.java64 static final byte ACCESSORY_SET_HID_REPORT_DESC = 56; field in AoaDevice
137 ACCESSORY_SET_HID_REPORT_DESC, in registerHIDs()