Searched defs:Account (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/accounts/
H A DAccount.java24 * Value type that represents an Account in the {@link AccountManager}. This object is
28 public class Account implements Parcelable { class in inherits:Parcelable
34 if (!(o instanceof Account)) return false;
35 final Account other = (Account)o;
46 public Account(String name, String type) { method in class:Account
57 public Account(Parcel in) { method in class:Account
71 public static final Creator<Account> CREATOR = new Creator<Account>() {
72 public Account createFromParce
[all...]

Completed in 289 milliseconds