Home | History | Annotate | Download | only in provider

Lines Matching refs:INBOX

2665             + " WHEN " + Mailbox.TYPE_INBOX   + " THEN " + UIProvider.FolderType.INBOX
3466 // Set default inbox, if we've got an inbox; otherwise, say initial sync needed
3501 // Email doesn't support priority inbox, so always state importance markers disabled.
3506 // Email doesn't support priority inbox, so always state show chevrons disabled.
4372 case UIProvider.FolderType.INBOX:
4411 return UIProvider.FolderType.INBOX;
4443 case UIProvider.FolderType.INBOX:
4606 LogUtils.d(LogUtils.TAG, "No inbox found for account %s", id);
4609 LogUtils.d(LogUtils.TAG, "Found inbox id %d", mailboxId);
5492 // Notify combined inbox...
5548 // TODO: might be nice to only notify when an inbox changes
5827 Mailbox inbox = Mailbox.restoreMailboxOfType(getContext(), accountId, Mailbox.TYPE_INBOX);
5828 if (inbox == null) {
5829 LogUtils.w(Logging.LOG_TAG, "In uiSearch, inbox doesn't exist for account "
5844 mSearchParams = new SearchParams(inbox.mId, filter, searchMailboxId);
6026 // We only handle the combined inbox in widgets