HomeSort by relevance Sort by last modified time
    Searched refs:SUBCLASS_MTP (Results 1 - 3 of 3) sorted by null

  /frameworks/base/services/usb/java/com/android/server/usb/
MtpNotificationManager.java 49 private static final int SUBCLASS_MTP = 0xff;
140 usbInterface.getInterfaceSubclass() == SUBCLASS_MTP &&
  /frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
MtpManager.java 57 private static final int SUBCLASS_MTP = 0xff;
305 usbInterface.getInterfaceSubclass() == SUBCLASS_MTP &&
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/
MtpHostTestActivity.java 84 private static final int SUBCLASS_MTP = 0xff;
360 usbInterface.getInterfaceSubclass() == SUBCLASS_MTP &&

Completed in 87 milliseconds