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

  /packages/apps/Email/src/com/android/email/activity/
MessageList.java 592 long accountKey = lookupAccountIdFromMailboxId(mMailboxId);
593 if (accountKey > -2) {
594 MessageCompose.actionCompose(this, accountKey);
601 long accountKey = lookupAccountIdFromMailboxId(mMailboxId);
602 if (accountKey > -2) {
603 AccountSettings.actionSettings(this, accountKey);
664 long accountKey = lookupAccountIdFromMailboxId(mMailboxId);
665 if (accountKey > -2) {
666 mController.sendPendingMessages(accountKey, mControllerCallback);
    [all...]
MailboxList.java 513 public void updateMailboxListCallback(MessagingException result, long accountKey,
515 if (accountKey == mAccountId) {
522 public void updateMailboxCallback(MessagingException result, long accountKey,
527 if (accountKey == mAccountId) {
AccountFolderList.java 679 public void updateMailboxListCallback(MessagingException result, long accountKey,
684 public void updateMailboxCallback(MessagingException result, long accountKey,
    [all...]
  /packages/apps/Email/tests/src/com/android/email/activity/
MessageListUnitTests.java 81 private void addElement(long id, long mailboxKey, long accountKey, String displayName,
87 emap.put(MessageColumns.ACCOUNT_KEY, accountKey);
  /packages/apps/Email/src/com/android/exchange/
EasSyncService.java     [all...]

Completed in 377 milliseconds