HomeSort by relevance Sort by last modified time
    Searched refs:mAccountKey (Results 1 - 25 of 32) sorted by null

1 2

  /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/provider_src/com/android/email/
AttachmentInfo.java 79 public final long mAccountKey;
93 attachment.mAccountKey, attachment.mFlags);
103 this(context, info.mId, info.mSize, info.mName, info.mContentType, info.mAccountKey,
113 mAccountKey = accountKey;
LegacyConversions.java 136 localMessage.mAccountKey = accountId;
262 localAttachment.mAccountKey = localMessage.mAccountKey;
307 saveAttachmentBody(context, part, localAttachment, localMessage.mAccountKey);
  /packages/apps/Email/provider_src/com/android/email/provider/
Utilities.java 82 localMessage.mAccountKey = account.mId;
114 localMessage.mAccountKey, localMessage.mMailboxKey);
163 att.mAccountKey = localMessage.mAccountKey;
EmailProvider.java     [all...]
  /packages/apps/Email/tests/src/com/android/email/provider/
ProviderTestUtils.java 133 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", expect.mAccountKey, actual.mAccountKey)
    [all...]
PolicyTests.java 120 att.mAccountKey = acct.mId;
ProviderTests.java 171 b.mAccountKey,
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
Mailbox.java 162 public long mAccountKey;
493 box.mAccountKey = accountId;
583 mAccountKey = cursor.getLong(CONTENT_ACCOUNT_KEY_COLUMN);
608 values.put(MailboxColumns.ACCOUNT_KEY, mAccountKey);
764 = mAccountKey;
    [all...]
EmailContent.java     [all...]
  /packages/apps/Email/tests/src/com/android/email/
LegacyConversionsTests.java 122 localMessage.mAccountKey);
125 localMessage.mAccountKey);
317 assertEquals(tag, accountKey, actual.mAccountKey);
  /packages/apps/Email/src/com/android/email2/ui/
MailActivityEmail.java 73 final Intent viewIntent = getViewIntent(mailbox.mAccountKey, mailboxId);
  /packages/apps/Exchange/src/com/android/exchange/adapter/
SearchParser.java 127 msg.mAccountKey = mAccount.mId;
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasSendMeetingResponse.java 92 final Account account = Account.restoreAccountWithId(mContext, mMessage.mAccountKey);
94 LogUtils.e(TAG, "Could not load account %d for message %d", mMessage.mAccountKey,
EasFullSyncOperation.java 220 if (mailbox.mAccountKey != mAccount.mId) {
EasOperation.java 693 msg.mAccountKey = account.mId;
    [all...]
  /packages/apps/Email/provider_src/com/android/email/mail/
Store.java 205 mailbox.mAccountKey = accountId;
  /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/provider_src/com/android/email/service/
EmailServiceStub.java 102 final Account account = Account.restoreAccountWithId(mContext, mailbox.mAccountKey);
157 final Account account = Account.restoreAccountWithId(mContext, message.mAccountKey);
PopImapSyncAdapterService.java 108 Account account = Account.restoreAccountWithId(context, mailbox.mAccountKey);
AttachmentService.java 205 mAccountId = msg.mAccountKey;
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
AttachmentUtilities.java 400 final long accountId = attachment.mAccountKey;
  /packages/apps/Email/src/com/android/email/activity/setup/
MailboxSettings.java 341 ContentUris.withAppendedId(Account.CONTENT_URI, mailbox.mAccountKey),
  /packages/apps/Email/src/com/android/email/
EmailNotificationController.java 395 showNotification(mailbox.mAccountKey,
431 showNotification(mailbox.mAccountKey,
    [all...]

Completed in 296 milliseconds

1 2