Home | History | Annotate | Download | only in email

Lines Matching refs:AccountColumns

44 import com.android.emailcommon.provider.EmailContent.AccountColumns;
486 cv.put(AccountColumns.FLAGS, account.mFlags);
549 .withValueBackReference(AccountColumns.POLICY_KEY, 0)
550 .withValue(AccountColumns.SECURITY_SYNC_KEY, securitySyncKey)
555 .withValue(AccountColumns.SECURITY_SYNC_KEY, null)
556 .withValue(AccountColumns.POLICY_KEY, 0)