D | UsbInterface.java | 35 public class UsbInterface implements Parcelable { class 49 public UsbInterface(int id, int alternateSetting, String name, in UsbInterface() method in UsbInterface 161 public static final Parcelable.Creator<UsbInterface> CREATOR = 162 new Parcelable.Creator<UsbInterface>() { 163 public UsbInterface createFromParcel(Parcel in) { 171 … UsbInterface intf = new UsbInterface(id, alternateSetting, name, Class, subClass, protocol); 176 public UsbInterface[] newArray(int size) { 177 return new UsbInterface[size];
|