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

12

/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
H A DQuickResponse.java46 private long mAccountKey; field in class:QuickResponse
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);
H A DMailbox.java47 public long mAccountKey; field in class:Mailbox
256 box.mAccountKey = accountId;
318 mAccountKey = cursor.getLong(CONTENT_ACCOUNT_KEY_COLUMN);
345 values.put(MailboxColumns.ACCOUNT_KEY, mAccountKey);
530 String protocol = Account.getProtocol(context, mAccountKey);
557 = mAccountKey;
610 dest.writeLong(mAccountKey);
637 mAccountKey = in.readLong();
H A DEmailContent.java711 public long mAccountKey; field in class:EmailContent.Message
823 values.put(MessageColumns.ACCOUNT_KEY, mAccountKey);
863 mAccountKey = cursor.getLong(CONTENT_ACCOUNT_KEY_COLUMN);
1143 public long mAccountKey; field in class:EmailContent.Attachment
1294 mAccountKey = cursor.getLong(CONTENT_ACCOUNT_KEY_COLUMN);
1314 values.put(AttachmentColumns.ACCOUNT_KEY, mAccountKey);
1340 dest.writeLong(mAccountKey);
1365 mAccountKey = in.readLong();
1395 + mFlags + ", " + mContentBytes + ", " + mAccountKey + "," + mUiState + ","
/packages/apps/Email/tests/src/com/android/email/mail/
H A DStoreTests.java100 assertEquals(1L, testMailbox.mAccountKey);
106 assertEquals(2L, testMailbox.mAccountKey);
112 assertEquals(3L, testMailbox.mAccountKey);
118 assertEquals(4L, testMailbox.mAccountKey);
/packages/apps/Exchange/exchange2/tests/src/com/android/exchange/provider/
H A DEmailContentSetupUtils.java69 box.mAccountKey = accountId;
101 message.mAccountKey = accountId;
/packages/apps/Exchange/tests/src/com/android/exchange/provider/
H A DEmailContentSetupUtils.java69 box.mAccountKey = accountId;
101 message.mAccountKey = accountId;
/packages/apps/Email/src/com/android/email/
H A DAttachmentInfo.java72 public final long mAccountKey; field in class:AttachmentInfo
86 attachment.mAccountKey, attachment.mFlags);
96 this(context, info.mId, info.mSize, info.mName, info.mContentType, info.mAccountKey,
106 mAccountKey = accountKey;
H A DController.java258 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);
1094 return getServiceForAccount(message.mAccountKey);
1678 long accountId = mbx.mAccountKey;
1838 legacyController.loadAttachment(msg.mAccountKey, msg.mId, msg.mMailboxKey,
H A DLegacyConversions.java131 localMessage.mAccountKey = accountId;
223 localAttachment.mAccountKey = localMessage.mAccountKey;
266 saveAttachmentBody(context, part, localAttachment, localMessage.mAccountKey);
H A DMessagingController.java980 localMessage.mAccountKey = account.mId;
1012 localMessage.mAccountKey, localMessage.mMailboxKey);
1113 long accountKey = message.mAccountKey;
1584 sentinel.mAccountKey = oldMessage.mAccountKey;
1865 Account account = Account.restoreAccountWithId(mContext, message.mAccountKey);
/packages/apps/Email/tests/src/com/android/email/provider/
H A DProviderTestUtils.java137 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", expec
[all...]
/packages/apps/Email/src/com/android/email/activity/
H A DMoveMessageToDialog.java290 accountId = message.mAccountKey;
307 if (message.mAccountKey != accountId || message.mMailboxKey != mailboxId) {
H A DMessagesAdapter.java326 account = Account.restoreAccountWithId(mContext, mailbox.mAccountKey);
/packages/apps/Email/src/com/android/email/mail/
H A DStore.java185 mailbox.mAccountKey = accountId;
/packages/apps/Exchange/exchange2/src/com/android/exchange/
H A DExchangeService.java369 Account acct = Account.restoreAccountWithId(exchangeService, m.mAccountKey);
452 } else if (error != null && m.mAccountKey == accountId) {
863 main.mAccountKey = acct.mId;
1182 } else if (m.mAccountKey != account.mId) {
1311 if (box.mAccountKey == acctId) {
1460 name = m.mDisplayName + '(' + m.mAccountKey + ')';
1572 service.mAccount = Account.restoreAccountWithId(INSTANCE, m.mAccountKey);
1657 stopPing(mailbox.mAccountKey);
1673 if (m.mAccountKey == accountId && serverId != null &&
1698 Account acct = Account.restoreAccountWithId(this, m.mAccountKey);
[all...]
H A DAbstractSyncService.java114 mAccount = Account.restoreAccountWithId(_context, _mailbox.mAccountKey);
/packages/apps/Email/tests/src/com/android/email/activity/
H A DAccountSelectorAdapterTest.java182 ProviderTestUtils.setupMessage("a", m.mAccountKey, m.mId, false, true, mProviderContext,
H A DMailboxFragmentAdapterTest.java108 "1", b.mAccountKey, b.mId, true, false, c, starred, read);
H A DMailboxFinderTest.java111 box.mAccountKey = accountId;
/packages/apps/Email/tests/src/com/android/emailcommon/provider/
H A DMailboxTests.java81 "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/exchange2/src/com/android/exchange/adapter/
H A DAttachmentLoader.java69 mAccountId = mAttachment.mAccountKey;
H A DSearch.java243 msg.mAccountKey = mService.mAccount.mId;
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
H A DAttachmentUtilities.java381 long accountId = attachment.mAccountKey;
/packages/apps/Email/src/com/android/email/activity/setup/
H A DMailboxSettings.java167 mAccount = Account.restoreAccountWithId(c, mMailbox.mAccountKey);
/packages/apps/Email/tests/src/com/android/email/
H A DLegacyConversionsTests.java233 localMessage.mAccountKey);
236 localMessage.mAccountKey);
446 assertEquals(tag, accountKey, actual.mAccountKey);

Completed in 346 milliseconds

12