Accountpublic 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 int | describeContents() throw new RuntimeException("Stub!");
| public boolean | equals(java.lang.Object o) throw new RuntimeException("Stub!");
| public int | hashCode() throw new RuntimeException("Stub!");
| public java.lang.String | toString() throw new RuntimeException("Stub!");
| public void | writeToParcel(android.os.Parcel dest, int flags) throw new RuntimeException("Stub!");
|
|