Searched refs:UNREAD (Results 1 – 4 of 4) sorted by relevance
840 } else if (isType(FolderType.UNREAD)) { in getTypeDescription()
847 public static final int UNREAD = 1 << 11; field in UIProvider.FolderType
2781 + " WHEN " + Mailbox.TYPE_UNREAD + " THEN " + UIProvider.FolderType.UNREAD4521 case UIProvider.FolderType.UNREAD: in getFolderDisplayName()4553 return UIProvider.FolderType.UNREAD; in getFolderTypeFromMailboxType()4585 case UIProvider.FolderType.UNREAD: in getMailboxTypeFromFolderType()
935 public static final int UNREAD = 0; field in EmailContent.Message