FileDocCategorySizeDatePackage
AuthenticatorDescription.javaAPI DocAndroid 5.1 API1378Sat Mar 14 14:09:42 GMT 2015android.accounts

AuthenticatorDescription

public class AuthenticatorDescription extends Object implements android.os.Parcelable

Fields Summary
public static final android.os.Parcelable.Creator
CREATOR
public final int
accountPreferencesId
public final boolean
customTokens
public final int
iconId
public final int
labelId
public final String
packageName
public final int
smallIconId
public final String
type
Constructors Summary
public AuthenticatorDescription(String type, String packageName, int labelId, int iconId, int smallIconId, int prefId, boolean customTokens)

 throw new RuntimeException("Stub!"); 
public AuthenticatorDescription(String type, String packageName, int labelId, int iconId, int smallIconId, int prefId)

 throw new RuntimeException("Stub!"); 
Methods Summary
public intdescribeContents()

 throw new RuntimeException("Stub!"); 
public booleanequals(java.lang.Object o)

 throw new RuntimeException("Stub!"); 
public inthashCode()

 throw new RuntimeException("Stub!"); 
public static android.accounts.AuthenticatorDescriptionnewKey(java.lang.String type)

 throw new RuntimeException("Stub!"); 
public java.lang.StringtoString()

 throw new RuntimeException("Stub!"); 
public voidwriteToParcel(android.os.Parcel dest, int flags)

 throw new RuntimeException("Stub!");