Searched refs:mAccountKey (Results 1 - 24 of 24) sorted by relevance

/packages/apps/Email/tests/src/com/android/email/mail/
H A DStoreTests.java105 assertEquals(1L, testMailbox.mAccountKey);
111 assertEquals(2L, testMailbox.mAccountKey);
117 assertEquals(3L, testMailbox.mAccountKey);
123 assertEquals(4L, testMailbox.mAccountKey);
/packages/apps/Email/provider_src/com/android/email/
H A DAttachmentInfo.java79 public final long mAccountKey; field in class:AttachmentInfo
93 attachment.mAccountKey, attachment.mFlags);
103 this(context, info.mId, info.mSize, info.mName, info.mContentType, info.mAccountKey,
113 mAccountKey = accountKey;
H A DLegacyConversions.java136 localMessage.mAccountKey = accountId;
262 localAttachment.mAccountKey = localMessage.mAccountKey;
307 saveAttachmentBody(context, part, localAttachment, localMessage.mAccountKey);
/packages/apps/Email/provider_src/com/android/email/provider/
H A DUtilities.java82 localMessage.mAccountKey = account.mId;
114 localMessage.mAccountKey, localMessage.mMailboxKey);
163 att.mAccountKey = localMessage.mAccountKey;
H A DEmailProvider.java3376 String protocol = Account.getProtocol(context, mailbox.mAccountKey);
4316 contentUri = AttachmentUtilities.getAttachmentUri(att.mAccountKey, id)
4810 att.mAccountKey = accountKey;
4865 final Account account = Account.restoreAccountWithId(context, mailbox.mAccountKey);
4882 msg.mAccountKey = mailbox.mAccountKey;
4967 atts.add(convertUiAttachmentToAttachment(uiAtt, cachedFileUri, msg.mAccountKey));
5343 String protocol = Account.getProtocol(context, m.mAccountKey);
5367 EmailServiceUtils.getServiceForAccount(context, mailbox.mAccountKey);
5474 AttachmentUtilities.deleteAllAttachmentFiles(context, msg.mAccountKey, ms
[all...]
/packages/apps/Email/tests/src/com/android/email/provider/
H A DProviderTestUtils.java133 box.mAccountKey = accountId;
180 message.mAccountKey = accountId;
249 att.mAccountKey = messageId + 0x1000;
336 // assertEquals(caller + " mAccountKey", expect.mAccountKey, actual.mAccountKey);
352 assertEquals(caller + " mAccountKey", expect.mAccountKey, actual.mAccountKey);
397 assertEquals(caller + " mAccountKey", expec
[all...]
H A DPolicyTests.java120 att.mAccountKey = acct.mId;
H A DProviderTests.java171 b.mAccountKey,
1988 b.mAccountKey,
2180 box.mAccountKey = accountId;
2215 assertEquals(expected.mAccountKey, actual.mAccountKey);
2243 box.mAccountKey = accountId;
H A DAttachmentProviderTests.java162 Message m = ProviderTestUtils.setupMessage("1", b.mAccountKey, b.mId, true, false, c, false,
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
H A DMailbox.java162 public long mAccountKey; field in class:Mailbox
493 box.mAccountKey = accountId;
583 mAccountKey = cursor.getLong(CONTENT_ACCOUNT_KEY_COLUMN);
608 values.put(MailboxColumns.ACCOUNT_KEY, mAccountKey);
764 = mAccountKey;
813 dest.writeLong(mAccountKey);
838 mAccountKey = in.readLong();
H A DEmailContent.java898 public long mAccountKey; field in class:EmailContent.Message
1016 values.put(MessageColumns.ACCOUNT_KEY, mAccountKey);
1055 mAccountKey = cursor.getLong(CONTENT_ACCOUNT_KEY_COLUMN);
1367 public long mAccountKey; field in class:EmailContent.Attachment
1557 mAccountKey = cursor.getLong(CONTENT_ACCOUNT_KEY_COLUMN);
1578 values.put(AttachmentColumns.ACCOUNT_KEY, mAccountKey);
1605 dest.writeLong(mAccountKey);
1631 mAccountKey = in.readLong();
1662 + mAccountKey + "," + mUiState + "," + mUiDestination + ","
/packages/apps/Email/tests/src/com/android/email/
H A DLegacyConversionsTests.java122 localMessage.mAccountKey);
125 localMessage.mAccountKey);
317 assertEquals(tag, accountKey, actual.mAccountKey);
/packages/apps/Email/src/com/android/email2/ui/
H A DMailActivityEmail.java73 final Intent viewIntent = getViewIntent(mailbox.mAccountKey, mailboxId);
/packages/apps/Email/provider_src/com/android/email/mail/
H A DStore.java205 mailbox.mAccountKey = accountId;
/packages/apps/Email/tests/src/com/android/emailcommon/provider/
H A DMailboxTests.java83 "1", b.mAccountKey, b.mId, true, false, c, starred, read);
211 Message m1 = ProviderTestUtils.setupMessage("1", b1.mAccountKey, b1.mId,
213 Message m2 = ProviderTestUtils.setupMessage("1", b2.mAccountKey, b2.mId,
443 testMailbox.mAccountKey = 1L;
465 TEST_PARENT_SERVER_ID, 1L /*mAccountKey*/, 7 /*mType */,
483 null /*mParentServerId*/, 1L /*mAccountKey*/, 7 /*mType */,
/packages/apps/Email/provider_src/com/android/email/service/
H A DEmailServiceStub.java102 final Account account = Account.restoreAccountWithId(mContext, mailbox.mAccountKey);
157 final Account account = Account.restoreAccountWithId(mContext, message.mAccountKey);
H A DPopImapSyncAdapterService.java108 Account account = Account.restoreAccountWithId(context, mailbox.mAccountKey);
H A DAttachmentService.java205 mAccountId = msg.mAccountKey;
929 final Account account = Account.restoreAccountWithId(this, att.mAccountKey);
1124 final long accountId = attachment.mAccountKey;
H A DPop3Service.java84 long inboxId = Mailbox.findMailboxOfType(mContext, att.mAccountKey, Mailbox.TYPE_INBOX);
H A DImapService.java784 long accountKey = message.mAccountKey;
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
H A DAttachmentUtilities.java400 final long accountId = attachment.mAccountKey;
H A DUtility.java719 Account acct = Account.restoreAccountWithId(context, msg.mAccountKey);
/packages/apps/Email/src/com/android/email/activity/setup/
H A DMailboxSettings.java341 ContentUris.withAppendedId(Account.CONTENT_URI, mailbox.mAccountKey),
/packages/apps/Email/src/com/android/email/
H A DEmailNotificationController.java395 showNotification(mailbox.mAccountKey,
431 showNotification(mailbox.mAccountKey,

Completed in 1191 milliseconds