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

  /packages/apps/Email/tests/src/com/android/email/provider/
ProviderTestUtils.java 90 hostAuth.mAccountKey = accountId;
113 box.mAccountKey = accountId;
157 message.mAccountKey = accountId;
276 // assertEquals(caller + " mAccountKey", expect.mAccountKey, actual.mAccountKey);
291 assertEquals(caller + " mAccountKey", expect.mAccountKey, actual.mAccountKey);
331 assertEquals(caller + " mAccountKey", expect.mAccountKey, actual.mAccountKey)
    [all...]
  /packages/apps/Email/src/com/android/email/
Controller.java 292 long accountId = message.mAccountKey;
356 box.mAccountKey = accountId;
521 mailbox.mAccountKey);
662 Account account = Account.restoreAccountWithId(mProviderContext, message.mAccountKey);
670 mLegacyController.processPendingActions(message.mAccountKey);
696 Account account = Account.restoreAccountWithId(mProviderContext, message.mAccountKey);
704 mLegacyController.processPendingActions(message.mAccountKey);
    [all...]
MessagingController.java 219 final long mAccountKey;
225 mAccountKey = c.getLong(COLUMN_ACCOUNT_KEY);
321 box.mAccountKey = account.mId;
    [all...]
LegacyConversions.java 140 localMessage.mAccountKey = accountId;
412 saveAttachmentBody(context, part, localAttachment, localMessage.mAccountKey);
694 result.mAccountKey = toAccount.mId;
    [all...]
  /packages/apps/Email/src/com/android/email/activity/
MailboxList.java 332 private long mAccountKey;
338 mAccountKey = accountId;
347 new String[] { String.valueOf(mAccountKey) },
MessageList.java 556 mController.updateMailbox(mailbox.mAccountKey, mMailboxId, mControllerCallback);
566 MailboxList.actionHandleAccount(this, mailbox.mAccountKey);
588 return mailbox.mAccountKey;
    [all...]
MessageCompose.java 624 long accountId = message.mAccountKey;
    [all...]
MessageView.java 523 mController.deleteMessage(messageIdToDelete, mMessage.mAccountKey);
    [all...]
UpgradeAccounts.java 684 newMessage.mAccountKey = newAccount.mId;
    [all...]
  /packages/apps/Email/src/com/android/email/provider/
EmailContent.java 541 public long mAccountKey;
623 values.put(MessageColumns.ACCOUNT_KEY, mAccountKey);
670 mAccountKey = c.getLong(CONTENT_ACCOUNT_KEY_COLUMN);
    [all...]
  /packages/apps/Email/src/com/android/exchange/
AbstractSyncService.java 122 mAccount = Account.restoreAccountWithId(_context, _mailbox.mAccountKey);
EasOutboxService.java 229 msg.mAccountKey = accountId;
SyncManager.java 362 } else if (m.mAccountKey == accountId) {
632 main.mAccountKey = acct.mId;
    [all...]
  /packages/apps/Email/src/com/android/exchange/adapter/
FolderSyncParser.java 211 m.mAccountKey = mAccountId;
EmailSyncAdapter.java 270 msg.mAccountKey = mAccount.mId;
737 Mailbox.findMailboxOfType(mContext, mMailbox.mAccountKey, Mailbox.TYPE_TRASH);
    [all...]
  /packages/apps/Email/tests/src/com/android/email/
LegacyConversionsTests.java     [all...]

Completed in 93 milliseconds