android.accounts
Class AuthenticatorDescription
java.lang.Object
android.accounts.AuthenticatorDescription
- All Implemented Interfaces:
- Parcelable
public class AuthenticatorDescription
- extends java.lang.Object
- implements Parcelable
|
Constructor Summary |
AuthenticatorDescription(java.lang.String type,
java.lang.String packageName,
int labelId,
int iconId,
int smallIconId,
int prefId)
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
type
public final java.lang.String type
labelId
public final int labelId
iconId
public final int iconId
smallIconId
public final int smallIconId
accountPreferencesId
public final int accountPreferencesId
packageName
public final java.lang.String packageName
CREATOR
public static final Parcelable.Creator<AuthenticatorDescription> CREATOR
AuthenticatorDescription
public AuthenticatorDescription(java.lang.String type,
java.lang.String packageName,
int labelId,
int iconId,
int smallIconId,
int prefId)
newKey
public static AuthenticatorDescription newKey(java.lang.String type)
describeContents
public int describeContents()
- Specified by:
describeContents in interface Parcelable
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
writeToParcel
public void writeToParcel(Parcel dest,
int flags)
- Specified by:
writeToParcel in interface Parcelable
Copyright © 2008-2010. All Rights Reserved.