FileDocCategorySizeDatePackage
UsbDevice.javaAPI DocAndroid 5.1 API1982Sat Mar 14 14:09:36 GMT 2015android.hardware.usb

UsbDevice

public class UsbDevice extends Object implements android.os.Parcelable

Fields Summary
public static final android.os.Parcelable.Creator
CREATOR
Constructors Summary
UsbDevice()

 throw new RuntimeException("Stub!"); 
Methods Summary
public intdescribeContents()

 throw new RuntimeException("Stub!"); 
public booleanequals(java.lang.Object o)

 throw new RuntimeException("Stub!"); 
public android.hardware.usb.UsbConfigurationgetConfiguration(int index)

 throw new RuntimeException("Stub!"); 
public intgetConfigurationCount()

 throw new RuntimeException("Stub!"); 
public intgetDeviceClass()

 throw new RuntimeException("Stub!"); 
public static intgetDeviceId(java.lang.String name)

 throw new RuntimeException("Stub!"); 
public intgetDeviceId()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetDeviceName()

 throw new RuntimeException("Stub!"); 
public static java.lang.StringgetDeviceName(int id)

 throw new RuntimeException("Stub!"); 
public intgetDeviceProtocol()

 throw new RuntimeException("Stub!"); 
public intgetDeviceSubclass()

 throw new RuntimeException("Stub!"); 
public android.hardware.usb.UsbInterfacegetInterface(int index)

 throw new RuntimeException("Stub!"); 
public intgetInterfaceCount()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetManufacturerName()

 throw new RuntimeException("Stub!"); 
public intgetProductId()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetProductName()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetSerialNumber()

 throw new RuntimeException("Stub!"); 
public intgetVendorId()

 throw new RuntimeException("Stub!"); 
public inthashCode()

 throw new RuntimeException("Stub!"); 
public java.lang.StringtoString()

 throw new RuntimeException("Stub!"); 
public voidwriteToParcel(android.os.Parcel parcel, int flags)

 throw new RuntimeException("Stub!");