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

1 2

  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
QuickResponse.java 46 private long mAccountKey;
71 mAccountKey = in.readLong();
79 mAccountKey = accountKey;
91 mAccountKey = cursor.getLong(CONTENT_ACCOUNT_KEY_COLUMN);
102 values.put(QuickResponseColumns.ACCOUNT_KEY, mAccountKey);
175 mAccountKey == that.mAccountKey;
180 return Objects.hashCode(mId, mText, mAccountKey);
198 dest.writeLong(mAccountKey);
Mailbox.java 47 public long mAccountKey;
236 box.mAccountKey = accountId;
298 mAccountKey = cursor.getLong(CONTENT_ACCOUNT_KEY_COLUMN);
320 values.put(MailboxColumns.ACCOUNT_KEY, mAccountKey);
518 = mAccountKey;
563 dest.writeLong(mAccountKey);
585 mAccountKey = in.readLong();
EmailContent.java 673 public long mAccountKey;
    [all...]
  /packages/apps/Email/tests/src/com/android/email/mail/
StoreTests.java 100 assertEquals(1L, testMailbox.mAccountKey);
106 assertEquals(2L, testMailbox.mAccountKey);
112 assertEquals(3L, testMailbox.mAccountKey);
118 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;
Controller.java 258 m.mAccountKey = GLOBAL_MAILBOX_ACCOUNT_KEY;
277 m.mAccountKey = accountId;
478 long accountId = message.mAccountKey;
563 long accountId = message.mAccountKey;
692 searchMore(mailbox.mAccountKey);
699 mailbox.mAccountKey);
    [all...]
LegacyConversions.java 131 localMessage.mAccountKey = accountId;
223 localAttachment.mAccountKey = localMessage.mAccountKey;
266 saveAttachmentBody(context, part, localAttachment, localMessage.mAccountKey);
MessagingController.java     [all...]
  /packages/apps/Email/tests/src/com/android/email/provider/
ProviderTestUtils.java 137 box.mAccountKey = accountId;
185 message.mAccountKey = accountId;
260 att.mAccountKey = messageId + 0x1000;
352 // assertEquals(caller + " mAccountKey", expect.mAccountKey, actual.mAccountKey);
368 assertEquals(caller + " mAccountKey", expect.mAccountKey, actual.mAccountKey);
407 assertEquals(caller + " mAccountKey", expect.mAccountKey, actual.mAccountKey)
    [all...]
PolicyTests.java 118 att.mAccountKey = acct.mId;
  /packages/apps/Email/src/com/android/email/activity/
MoveMessageToDialog.java 290 accountId = message.mAccountKey;
307 if (message.mAccountKey != accountId || message.mMailboxKey != mailboxId) {
MessagesAdapter.java 323 account = Account.restoreAccountWithId(mContext, mailbox.mAccountKey);
  /packages/apps/Email/src/com/android/email/mail/
Store.java 185 mailbox.mAccountKey = accountId;
  /packages/apps/Exchange/src/com/android/exchange/
ExchangeService.java 351 Account acct = Account.restoreAccountWithId(exchangeService, m.mAccountKey);
430 } else if (error != null && m.mAccountKey == accountId) {
    [all...]
AbstractSyncService.java 114 mAccount = Account.restoreAccountWithId(_context, _mailbox.mAccountKey);
  /packages/apps/Email/tests/src/com/android/email/activity/
AccountSelectorAdapterTest.java 182 ProviderTestUtils.setupMessage("a", m.mAccountKey, m.mId, false, true, mProviderContext,
MailboxFragmentAdapterTest.java 108 "1", b.mAccountKey, b.mId, true, false, c, starred, read);
MailboxFinderTest.java 111 box.mAccountKey = accountId;
  /packages/apps/Email/tests/src/com/android/emailcommon/provider/
MailboxTests.java 81 "1", b.mAccountKey, b.mId, true, false, c, starred, read);
209 Message m1 = ProviderTestUtils.setupMessage("1", b1.mAccountKey, b1.mId,
211 Message m2 = ProviderTestUtils.setupMessage("1", b2.mAccountKey, b2.mId,
513 testMailbox.mAccountKey = 1L;
537 TEST_PARENT_SERVER_ID, 1L /*mAccountKey*/, 7 /*mType */,
555 null /*mParentServerId*/, 1L /*mAccountKey*/, 7 /*mType */,
  /packages/apps/Exchange/src/com/android/exchange/adapter/
AttachmentLoader.java 68 mAccountId = mAttachment.mAccountKey;
Search.java 232 msg.mAccountKey = mService.mAccount.mId;
EmailSyncAdapter.java 677 msg.mAccountKey = mAccount.mId;
    [all...]
  /packages/apps/Email/src/com/android/email/activity/setup/
MailboxSettings.java 167 mAccount = Account.restoreAccountWithId(c, mMailbox.mAccountKey);
  /packages/apps/Email/tests/src/com/android/email/
LegacyConversionsTests.java 233 localMessage.mAccountKey);
236 localMessage.mAccountKey);
446 assertEquals(tag, accountKey, actual.mAccountKey);

Completed in 192 milliseconds

1 2