HomeSort by relevance Sort by last modified time
    Searched defs:AoapInterface (Results 1 - 4 of 4) sorted by null

  /cts/apps/CtsVerifierUSBCompanion/src/com/android/cts/verifierusbcompanion/
AoapInterface.java 23 class AoapInterface {
88 private static final String TAG = AoapInterface.class.getSimpleName();
94 AoapInterface.ACCESSORY_GET_PROTOCOL, 0, 0, buffer, 2, 10000);
105 AoapInterface.ACCESSORY_SEND_STRING, 0, index,
117 AoapInterface.ACCESSORY_START, 0, 0, null, 0, 10000);
AccessoryTestCompanion.java 269 if (!AoapInterface.isDeviceInAoapMode(device)) {
343 AoapInterface.sendString(connection, AoapInterface.ACCESSORY_STRING_MANUFACTURER,
345 AoapInterface.sendString(connection, AoapInterface.ACCESSORY_STRING_MODEL,
347 AoapInterface.sendString(connection, AoapInterface.ACCESSORY_STRING_DESCRIPTION,
349 AoapInterface.sendString(connection, AoapInterface.ACCESSORY_STRING_VERSION, "2");
350 AoapInterface.sendString(connection, AoapInterface.ACCESSORY_STRING_URI
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/device/
AoapInterface.java 23 class AoapInterface {
93 private static final String TAG = AoapInterface.class.getSimpleName();
99 AoapInterface.ACCESSORY_GET_PROTOCOL, 0, 0, buffer, 2, 10000);
110 AoapInterface.ACCESSORY_SEND_STRING, 0, index,
122 AoapInterface.ACCESSORY_START, 0, 0, null, 0, 10000);
UsbDeviceTestActivity.java 133 if (!AoapInterface.isDeviceInAoapMode(device)) {
157 if (!AoapInterface.isDeviceInAoapMode(device)) {
212 AoapInterface.sendString(connection, AoapInterface.ACCESSORY_STRING_MANUFACTURER,
214 AoapInterface.sendString(connection, AoapInterface.ACCESSORY_STRING_MODEL,
216 AoapInterface.sendString(connection, AoapInterface.ACCESSORY_STRING_DESCRIPTION,
218 AoapInterface.sendString(connection, AoapInterface.ACCESSORY_STRING_VERSION, "2")
    [all...]

Completed in 480 milliseconds