Searched refs:readConversation (Results 1 – 3 of 3) sorted by relevance
36 public boolean readConversation; field in ParticipantInfo38 public ParticipantInfo(String name, String email, int priority, boolean readConversation) { in ParticipantInfo() argument42 this.readConversation = readConversation; in ParticipantInfo()46 if (readConversation != isRead) { in markRead()47 readConversation = isRead; in markRead()55 return Objects.hashCode(name, email, priority, readConversation); in hashCode()74 readConversation = in.readInt() != 0; in ParticipantInfo()87 out.writeInt(readConversation ? 1 : 0); in writeToParcel()92 return "[ParticipantInfo: readConversation = " + readConversation + in toString()
339 final CharacterStyle style = CharacterStyle.wrap(currentParticipant.readConversation ? in handlePriority()349 if (oldPos == DOES_NOT_EXIST || !currentParticipant.readConversation) { in handlePriority()402 !currentParticipant.readConversation) { in handlePriority()
267 if (!p.readConversation) { in getContentDescription()