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

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

Completed in 77 milliseconds