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

  /frameworks/base/services/usb/java/com/android/server/usb/descriptors/
Usb20ASFormatI.java 25 public final class Usb20ASFormatI extends UsbASFormat {
26 private static final String TAG = "Usb20ASFormatI";
34 public Usb20ASFormatI(int length, byte type, byte subtype, byte formatType, int subclass) {
UsbASFormat.java 78 return new Usb20ASFormatI(length, type, subtype, formatType, subclass);

Completed in 788 milliseconds