/packages/apps/Email/tests/src/com/android/email/mail/ |
StoreTests.java | 105 assertEquals(1L, testMailbox.mAccountKey); 111 assertEquals(2L, testMailbox.mAccountKey); 117 assertEquals(3L, testMailbox.mAccountKey); 123 assertEquals(4L, testMailbox.mAccountKey);
|
/packages/apps/Exchange/tests/src/com/android/exchange/provider/ |
EmailContentSetupUtils.java | 69 box.mAccountKey = accountId; 101 message.mAccountKey = accountId;
|
/packages/apps/Email/src/com/android/email/ |
AttachmentInfo.java | 72 public final long mAccountKey; 86 attachment.mAccountKey, attachment.mFlags); 96 this(context, info.mId, info.mSize, info.mName, info.mContentType, info.mAccountKey, 106 mAccountKey = accountKey;
|
LegacyConversions.java | 135 localMessage.mAccountKey = accountId; 230 localAttachment.mAccountKey = localMessage.mAccountKey; 273 saveAttachmentBody(context, part, localAttachment, localMessage.mAccountKey);
|
/packages/apps/Email/src/com/android/email/provider/ |
Utilities.java | 79 localMessage.mAccountKey = account.mId; 111 localMessage.mAccountKey, localMessage.mMailboxKey); 162 att.mAccountKey = localMessage.mAccountKey;
|
EmailProvider.java | [all...] |
/packages/apps/Email/tests/src/com/android/email/provider/ |
ProviderTestUtils.java | 135 box.mAccountKey = accountId; 182 message.mAccountKey = accountId; 254 att.mAccountKey = messageId + 0x1000; 345 // assertEquals(caller + " mAccountKey", expect.mAccountKey, actual.mAccountKey); 361 assertEquals(caller + " mAccountKey", expect.mAccountKey, actual.mAccountKey); 406 assertEquals(caller + " mAccountKey", expect.mAccountKey, actual.mAccountKey) [all...] |
PolicyTests.java | 120 att.mAccountKey = acct.mId;
|
/packages/apps/Exchange/src/com/android/exchange/service/ |
EasMeetingResponder.java | 92 final Account account = Account.restoreAccountWithId(context, msg.mAccountKey); 94 LogUtils.e(TAG, "Could not load account %d for message %d", msg.mAccountKey, msg.mId);
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/ |
Mailbox.java | 163 public long mAccountKey; 492 box.mAccountKey = accountId; 582 mAccountKey = cursor.getLong(CONTENT_ACCOUNT_KEY_COLUMN); 607 values.put(MailboxColumns.ACCOUNT_KEY, mAccountKey); 778 = mAccountKey; [all...] |
EmailContent.java | [all...] |
/packages/apps/Email/emailsync/src/com/android/emailsync/ |
AbstractSyncService.java | 116 mAccount = Account.restoreAccountWithId(_context, _mailbox.mAccountKey);
|
SyncManager.java | [all...] |
/packages/apps/Email/src/com/android/email/mail/ |
Store.java | 178 mailbox.mAccountKey = accountId;
|
/packages/apps/Exchange/src/com/android/exchange/adapter/ |
SearchParser.java | 128 msg.mAccountKey = mAccount.mId;
|
/packages/apps/Email/src/com/android/email2/ui/ |
MailActivityEmail.java | 184 final Intent viewIntent = getViewIntent(mailbox.mAccountKey, mailboxId);
|
/packages/apps/Email/tests/src/com/android/emailcommon/provider/ |
MailboxTests.java | 83 "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/src/com/android/email/service/ |
EmailServiceStub.java | 101 final Account account = Account.restoreAccountWithId(mContext, mailbox.mAccountKey); 156 final Account account = Account.restoreAccountWithId(mContext, message.mAccountKey);
|
PopImapSyncAdapterService.java | 107 Account account = Account.restoreAccountWithId(context, mailbox.mAccountKey);
|
AttachmentDownloadService.java | 193 accountId = msg.mAccountKey; 398 Account account = Account.restoreAccountWithId(mContext, att.mAccountKey); 639 long accountId = attachment.mAccountKey; [all...] |
/packages/apps/Exchange/src/com/android/exchange/ |
ExchangeService.java | 545 main.mAccountKey = acct.mId; 620 long accountMailboxId = Mailbox.findMailboxOfType(this, mailbox.mAccountKey,
|
EasOutboxService.java | 568 msg.mAccountKey = accountId;
|
/packages/apps/Email/src/com/android/email/activity/setup/ |
MailboxSettings.java | 175 Account.CONTENT_URI, mMailbox.mAccountKey), POLICY_KEY_PROJECTION,
|
/packages/apps/Email/tests/src/com/android/email/ |
LegacyConversionsTests.java | 236 localMessage.mAccountKey); 239 localMessage.mAccountKey); 449 assertEquals(tag, accountKey, actual.mAccountKey);
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/ |
AttachmentUtilities.java | 402 long accountId = attachment.mAccountKey;
|