Searched refs:UNREAD (Results 1 – 5 of 5) sorted by relevance
164 READ, UNREAD enumConstant
847 public static final int UNREAD = 1 << 11; field in UIProvider.FolderType
840 } else if (isType(FolderType.UNREAD)) { in getTypeDescription()
2782 + " WHEN " + Mailbox.TYPE_UNREAD + " THEN " + UIProvider.FolderType.UNREAD4522 case UIProvider.FolderType.UNREAD: in getFolderDisplayName()4554 return UIProvider.FolderType.UNREAD; in getFolderTypeFromMailboxType()4586 case UIProvider.FolderType.UNREAD: in getMailboxTypeFromFolderType()
935 public static final int UNREAD = 0; field in EmailContent.Message