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