Searched defs:Account (Results 1 - 2 of 2) 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...]
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DLockPatternKeyguardView.java23 import android.accounts.Account;
121 Account, enum constant in enum:LockPatternKeyguardView.UnlockMode
337 private final Account[] mAccounts;
515 case Account:
601 } else if (unlockMode == UnlockMode.Account) {
678 currentMode = UnlockMode.Account;

Completed in 66 milliseconds