Home | History | Annotate | Download | only in provider

Lines Matching refs:inbox

2774             + " WHEN " + Mailbox.TYPE_INBOX   + " THEN " + UIProvider.FolderType.INBOX
3577 // Set default inbox, if we've got an inbox; otherwise, say initial sync needed
3622 // Email doesn't support priority inbox, so always state importance markers disabled.
3627 // Email doesn't support priority inbox, so always state show chevrons disabled.
4500 case UIProvider.FolderType.INBOX:
4539 return UIProvider.FolderType.INBOX;
4571 case UIProvider.FolderType.INBOX:
4734 LogUtils.d(LogUtils.TAG, "No inbox found for account %s", id);
4737 LogUtils.d(LogUtils.TAG, "Found inbox id %d", mailboxId);
5620 // Notify combined inbox...
5676 // TODO: might be nice to only notify when an inbox changes
5955 Mailbox inbox = Mailbox.restoreMailboxOfType(getContext(), accountId, Mailbox.TYPE_INBOX);
5956 if (inbox == null) {
5957 LogUtils.w(Logging.LOG_TAG, "In uiSearch, inbox doesn't exist for account "
5972 mSearchParams = new SearchParams(inbox.mId, filter, searchMailboxId);
6164 // We only handle the combined inbox in widgets