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

/packages/apps/UnifiedEmail/src/com/android/mail/providers/protos/exchange/
H A DExchangeAttachment.java29 public long accountKey; field in class:ExchangeAttachment
39 accountKey = in.readLong();
56 dest.writeLong(accountKey);
/packages/apps/Email/tests/src/com/android/email/
H A DLegacyConversionsTests.java289 long accountKey) throws MessagingException {
317 assertEquals(tag, accountKey, actual.mAccountKey);
288 checkAttachment(String tag, Part expected, EmailContent.Attachment actual, long accountKey) argument
/packages/apps/Email/provider_src/com/android/email/
H A DAttachmentInfo.java108 long accountKey, int flags) {
113 mAccountKey = accountKey;
107 AttachmentInfo(Context context, long id, long size, String fileName, String mimeType, long accountKey, int flags) argument
/packages/apps/Email/provider_src/com/android/email/provider/
H A DEmailProvider.java456 // mailbox.accountKey=b.accountKey)
1124 // ** NOTE For now, the accountKey must be set manually in the values!
1808 // select count(*) from (select count(*) as dupes from Mailbox where accountKey=?
1812 " where accountKey=? group by " + MailboxColumns.SERVER_ID + ") where dupes > 1";
4102 final String accountKey = AttachmentColumns.ACCOUNT_KEY;
4106 accountKey, id, raw);
4798 com.android.mail.providers.Attachment uiAtt, String cachedFile, long accountKey) {
4810 att.mAccountKey = accountKey;
4797 convertUiAttachmentToAttachment( com.android.mail.providers.Attachment uiAtt, String cachedFile, long accountKey) argument

Completed in 107 milliseconds