Searched defs:UsbInterface (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/hardware/usb/
H A DUsbInterface.java37 public class UsbInterface implements Parcelable { class in inherits:Parcelable
50 * UsbInterface should only be instantiated by UsbService implementation
53 public UsbInterface(int id, int alternateSetting, @Nullable String name, method in class:UsbInterface
152 StringBuilder builder = new StringBuilder("UsbInterface[mId=" + mId +
165 public static final Parcelable.Creator<UsbInterface> CREATOR =
166 new Parcelable.Creator<UsbInterface>() {
167 public UsbInterface createFromParcel(Parcel in) {
175 UsbInterface intf = new UsbInterface(id, alternateSetting, name, Class, subClass, protocol);
180 public UsbInterface[] newArra
[all...]

Completed in 56 milliseconds