public class UsbAccessory extends Object implements Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>| Modifier and Type | Field and Description |
|---|---|
static Parcelable.Creator<UsbAccessory> |
CREATOR |
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
boolean |
equals(Object obj) |
String |
getDescription() |
String |
getManufacturer() |
String |
getModel() |
String |
getSerial() |
String |
getUri() |
String |
getVersion() |
int |
hashCode() |
String |
toString() |
void |
writeToParcel(Parcel parcel,
int flags) |
public static final Parcelable.Creator<UsbAccessory> CREATOR
public String getManufacturer()
public String getModel()
public String getDescription()
public String getVersion()
public String getUri()
public String getSerial()
public int describeContents()
describeContents in interface Parcelablepublic void writeToParcel(Parcel parcel, int flags)
writeToParcel in interface ParcelableCopyright © 2008-2013. All Rights Reserved.