Home | History | Annotate | Download | only in email

Lines Matching refs:NO_MAILBOX

284             m.mParentKey = Mailbox.NO_MAILBOX;
493 * Returns Mailbox.NO_MAILBOX if the accountId or mailboxType are negative.
498 return Mailbox.NO_MAILBOX;
502 return mailboxId == Mailbox.NO_MAILBOX ? createMailbox(accountId, mailboxType) : mailboxId;
620 if (outboxId == Mailbox.NO_MAILBOX) {