Searched defs:firstUnread (Results 1 – 3 of 3) sorted by relevance
46 public ConversationInfo(int messageCount, int draft, String first, String firstUnread, in ConversationInfo()112 public void set(int count, int draft, String first, String firstUnread, String last) { in set()
265 ParticipantInfo firstUnread = null; in getContentDescription() local
110 final String firstUnread = "*^*^*"; in testConversationSnippetsBadInput() local