FileDocCategorySizeDatePackage
Account.javaAPI DocAndroid 5.1 API852Sat Mar 14 14:09:36 GMT 2015android.accounts

Account

public class Account extends Object implements android.os.Parcelable

Fields Summary
public static final android.os.Parcelable.Creator
CREATOR
public final String
name
public final String
type
Constructors Summary
public Account(String name, String type)

 throw new RuntimeException("Stub!"); 
public Account(android.os.Parcel in)

 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 java.lang.StringtoString()

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

 throw new RuntimeException("Stub!");