Home | History | Annotate | Download | only in providers

Lines Matching refs:isType

690         return !isType(UIProvider.FolderType.DEFAULT);
725 public boolean isType(final int folderType) {
726 return isType(type, folderType);
735 public static boolean isType(final int typeMask, final int folderType) {
743 return isType(FolderType.INBOX);
750 return isType(FolderType.SEARCH);
757 return isType(FolderType.SPAM);
764 return isType(FolderType.TRASH);
771 return isType(FolderType.DRAFT);
786 return isType(FolderType.SENT);
793 return isType(FolderType.OUTBOX);
800 return isType(FolderType.ALL_MAIL);
822 if (isType(FolderType.INBOX_SECTION)) {
830 } else if (isType(FolderType.OUTBOX)) {
832 } else if (isType(FolderType.SENT)) {
834 } else if (isType(FolderType.SPAM)) {
836 } else if (isType(FolderType.STARRED)) {
840 } else if (isType(FolderType.UNREAD)) {
842 } else if (isType(FolderType.SEARCH)) {
868 return (isDraft() || isTrash() || isType(FolderType.OUTBOX));