Home
last modified time | relevance | path

Searched refs:mParticipantCountExcludingSelf (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
DConversationParticipantsData.java39 private int mParticipantCountExcludingSelf = 0; field in ConversationParticipantsData
47 mParticipantCountExcludingSelf = 0; in bind()
52 mParticipantCountExcludingSelf++; in bind()
80 if (mParticipantCountExcludingSelf == 1) { in getOtherParticipant()
93 return mParticipantCountExcludingSelf; in getNumberOfParticipantsExcludingSelf()