Home | History | Annotate | Download | only in activity

Lines Matching defs:mMailboxId

125     private long mMailboxId;
275 mMailboxId = intent.getLongExtra(EXTRA_MAILBOX_ID, -1);
276 if (mMailboxId != -1) {
278 mSetTitleTask = new SetTitleTask(mMailboxId);
280 mLoadMessagesTask = new LoadMessagesTask(mMailboxId, -1);
282 addFooterView(mMailboxId, -1, -1);
402 onOpenMessage(id, itemView.mMailboxId);
438 if (mMailboxId < 0) {
496 Mailbox mailbox = Mailbox.restoreMailboxWithId(this, itemView.mMailboxId);
530 onOpenMessage(info.id, itemView.mMailboxId);
553 if (mMailboxId >= 0) {
554 Mailbox mailbox = Mailbox.restoreMailboxWithId(this, mMailboxId);
556 mController.updateMailbox(mailbox.mAccountKey, mMailboxId, mControllerCallback);
562 if (mMailboxId >= 0) {
564 Mailbox mailbox = Mailbox.restoreMailboxWithId(this, mMailboxId);
592 long accountKey = lookupAccountIdFromMailboxId(mMailboxId);
601 long accountKey = lookupAccountIdFromMailboxId(mMailboxId);
626 // WARNING: here we pass mMailboxId, which can be the negative id of a compound
628 MessageView.actionView(this, messageId, mMailboxId, disableReply);
645 if (mMailboxId >= 0) {
646 mController.loadMoreMessages(mMailboxId, mControllerCallback);
651 if (mMailboxId == Mailbox.QUERY_ALL_OUTBOX) {
664 long accountKey = lookupAccountIdFromMailboxId(mMailboxId);
844 || (mMailboxId < 0)) { // Check if this mailbox is synthetic/combined
848 if (!Email.mailboxRequiresRefresh(mMailboxId)) {
1134 mMailboxId = mailboxId;
1135 mSetTitleTask = new SetTitleTask(mMailboxId);
1137 mLoadMessagesTask = new LoadMessagesTask(mMailboxId, mAccountId);
1454 // updateBanner(result, progress, mMailboxId);
1506 updateBanner(mSendMessageException, progress, mMailboxId);
1531 if (mailboxKey != mMailboxId) {
1706 itemView.mMailboxId = cursor.getLong(COLUMN_MAILBOX_KEY);