public class AccessoryProviderFilter
extends java.lang.Object
implements android.os.Parcelable
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<AccessoryProviderFilter> |
CREATOR |
Constructor and Description |
---|
AccessoryProviderFilter(AccessoryType type) |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
AccessoryType |
getType() |
void |
writeToParcel(android.os.Parcel dest,
int flags)
Parcelable interface
|
public static android.os.Parcelable.Creator<AccessoryProviderFilter> CREATOR
public AccessoryProviderFilter(AccessoryType type)
public AccessoryType getType()
public int describeContents()
describeContents
in interface android.os.Parcelable
public void writeToParcel(android.os.Parcel dest, int flags)
writeToParcel
in interface android.os.Parcelable