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

/frameworks/base/core/java/android/accounts/
H A DAccount.java34 * Value type that represents an Account in the {@link AccountManager}. This object is
38 public class Account implements Parcelable { class in inherits:Parcelable
39 private static final String TAG = "Account";
42 private static final Set<Account> sAccessedAccounts = new ArraySet<>();
50 if (!(o instanceof Account)) return false;
51 final Account other = (Account)o;
62 public Account(String name, String type) { method in class:Account
69 public Account(@NonNull Account othe method in class:Account
76 public Account(String name, String type, String accessId) { method in class:Account
88 public Account(Parcel in) { method in class:Account
[all...]

Completed in 641 milliseconds