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

/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
H A DAccount.java41 public final class Account extends EmailContent implements AccountColumns, Parcelable { class in inherits:EmailContent,AccountColumns,Parcelable
42 public static final String TABLE_NAME = "Account";
107 // Sentinel values for the mSyncInterval field of both Account records
138 public transient android.accounts.Account mAmAccount;
196 Account.POLICY_KEY + " IS NOT NULL AND " + Account.POLICY_KEY + "!=0";
212 public Account() { method in class:Account
223 public static Account restoreAccountWithId(Context context, long id) {
224 return EmailContent.restoreContentWithId(context, Account.class,
225 Account
925 public Account(Parcel in) { method in class:Account
[all...]

Completed in 46 milliseconds