Searched refs:TYPE_SEARCH (Results 1 – 7 of 7) sorted by relevance
182 public static final int TYPE_SEARCH = 8; field in Mailbox509 && mType != Mailbox.TYPE_SEARCH in loadsFromServer()517 && mType != Mailbox.TYPE_SEARCH; in loadsFromServer()527 if (mType == TYPE_DRAFTS || mType == TYPE_OUTBOX || mType == TYPE_SEARCH) { in uploadsToServer()
52 public static final int TYPE_SEARCH = 3; field in SuggestionsAdapter177 case TYPE_SEARCH: in bindView()196 || (TYPE_SEARCH == item.type)) in bindView()
274 Mailbox m = Mailbox.restoreMailboxOfType(mContext, accountId, Mailbox.TYPE_SEARCH); in getSearchMailbox()282 m.mType = Mailbox.TYPE_SEARCH; in getSearchMailbox()422 mailbox.mType == Mailbox.TYPE_SEARCH) { in updateMailbox()690 if (mailbox.mType == Mailbox.TYPE_SEARCH) { in loadMoreMessages()
296 case Mailbox.TYPE_SEARCH: in listFolders()
239 "search", 1L, true, mMockContext, Mailbox.TYPE_SEARCH); in testDoesNotIncludeExtraMailboxes()
1108 if (mMailbox.mType == Mailbox.TYPE_SEARCH) { in determineFooterMode()1340 if (mMailbox != null && mMailbox.mType == Mailbox.TYPE_SEARCH) {
271 Mailbox.TYPE_SENT + "," + Mailbox.TYPE_SEARCH + "," + Mailbox.TYPE_OUTBOX + ")";952 type != Mailbox.TYPE_TRASH && type != Mailbox.TYPE_SEARCH) { in insert()