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/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardSecurityModel.java42 Account, // Unlock by entering an account's login and password. enum constant in enum:KeyguardSecurityModel.SecurityMode
110 SecurityMode.Account : SecurityMode.Pattern;
150 return SecurityMode.Account;

Completed in 585 milliseconds