Home | History | Annotate | Download | only in activity

Lines Matching refs:mMailbox

124     private Mailbox mMailbox;
307 return mMailbox;
326 return (mMailbox != null) && (mMailbox.mType == Mailbox.TYPE_INBOX);
741 if (mAccount == null || mMailbox == null) {
743 } else if (mailboxId > 0 && !mMailbox.canHaveMessagesMoved()) {
788 if ((mMailbox != null) && (mMailbox.mId == messageMailboxId)) {
791 getMailboxId(), callbackTypeForMailboxType(mMailbox.mType));
826 // Restore the mailbox type. Note we can't use mMailbox.mType here, because
827 // we don't have mMailbox for combined mailbox.
894 } else if (mMailbox != null) { // Magic boxes don't have a specific account id.
895 rm.sendPendingMessages(mMailbox.mAccountKey);
1103 if ((mMailbox == null)
1104 || (mMailbox.mType == Mailbox.TYPE_OUTBOX)
1105 || (mMailbox.mType == Mailbox.TYPE_DRAFTS)) {
1108 if (mMailbox.mType == Mailbox.TYPE_SEARCH) {
1195 || ((mMailbox != null) && (mMailbox.mType == Mailbox.TYPE_OUTBOX));
1202 && (mMailbox == null || mMailbox.canHaveMessagesMoved());
1319 mMailbox = cursor.mMailbox;
1340 if (mMailbox != null && mMailbox.mType == Mailbox.TYPE_SEARCH) {
1393 if (mMailbox == null) return false;
1394 return cursor.getCount() == 0 && mRefreshManager.isMessageListRefreshing(mMailbox.mId);
1405 mMailbox = null;