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";
109 // Sentinel values for the mSyncInterval field of both Account records
140 public transient android.accounts.Account mAmAccount;
198 Account.POLICY_KEY + " IS NOT NULL AND " + Account.POLICY_KEY + "!=0";
214 public Account() { method in class:Account
225 public static Account restoreAccountWithId(Context context, long id) {
226 return EmailContent.restoreContentWithId(context, Account.class,
227 Account
929 public Account(Parcel in) { method in class:Account
[all...]

Completed in 50 milliseconds