Home | History | Annotate | Download | only in email

Lines Matching refs:inboxId

2134                 long inboxId = -1;
2144 inboxId = Mailbox.findMailboxOfType(mContext, accountId, Mailbox.TYPE_INBOX);
2145 if (inboxId != Mailbox.NO_MAILBOX) {
2147 Mailbox.restoreMailboxWithId(mContext, inboxId);
2153 mListeners.checkMailFinished(mContext, accountId, inboxId, tag);