public class AuthenticatorDescription extends Object implements Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>| Modifier and Type | Field and Description |
|---|---|
int |
accountPreferencesId |
static Parcelable.Creator<AuthenticatorDescription> |
CREATOR |
boolean |
customTokens |
int |
iconId |
int |
labelId |
String |
packageName |
int |
smallIconId |
String |
type |
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE| Constructor and Description |
|---|
AuthenticatorDescription(String type,
String packageName,
int labelId,
int iconId,
int smallIconId,
int prefId) |
AuthenticatorDescription(String type,
String packageName,
int labelId,
int iconId,
int smallIconId,
int prefId,
boolean customTokens) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
boolean |
equals(Object o) |
int |
hashCode() |
static AuthenticatorDescription |
newKey(String type) |
String |
toString() |
void |
writeToParcel(Parcel dest,
int flags) |
public final String type
public final int labelId
public final int iconId
public final int smallIconId
public final int accountPreferencesId
public final String packageName
public final boolean customTokens
public static final Parcelable.Creator<AuthenticatorDescription> CREATOR
public AuthenticatorDescription(String type, String packageName, int labelId, int iconId, int smallIconId, int prefId, boolean customTokens)
public static AuthenticatorDescription newKey(String type)
public int describeContents()
describeContents in interface Parcelablepublic void writeToParcel(Parcel dest, int flags)
writeToParcel in interface ParcelableCopyright © 2008-2013. All Rights Reserved.