android.accounts
Class AuthenticatorDescription

java.lang.Object
  extended by android.accounts.AuthenticatorDescription
All Implemented Interfaces:
Parcelable

public class AuthenticatorDescription
extends java.lang.Object
implements Parcelable


Nested Class Summary
 
Nested classes/interfaces inherited from interface android.os.Parcelable
Parcelable.Creator<T>
 
Field Summary
 int accountPreferencesId
           
static Parcelable.Creator<AuthenticatorDescription> CREATOR
           
 int iconId
           
 int labelId
           
 java.lang.String packageName
           
 int smallIconId
           
 java.lang.String type
           
 
Fields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
 
Constructor Summary
AuthenticatorDescription(java.lang.String type, java.lang.String packageName, int labelId, int iconId, int smallIconId, int prefId)
           
 
Method Summary
 int describeContents()
           
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
static AuthenticatorDescription newKey(java.lang.String type)
           
 java.lang.String toString()
           
 void writeToParcel(Parcel dest, int flags)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

AuthenticatorDescription

public AuthenticatorDescription(java.lang.String type,
                                java.lang.String packageName,
                                int labelId,
                                int iconId,
                                int smallIconId,
                                int prefId)
Method Detail

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.