Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
DConversationListItemData.java54 private int mParticipantCount; field in ConversationListItemData
94 mParticipantCount = cursor.getInt(INDEX_PARTICIPANT_COUNT); in bind()
190 return mParticipantCount; in getParticipantCount()
195 return (mParticipantCount > 1); in getIsGroup()
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DMessageNotificationState.java220 final int mParticipantCount; field in MessageNotificationState.ConversationLineInfo
249 mParticipantCount = participantCount; in ConversationLineInfo()
DBugleNotifications.java872 convInfo.mParticipantCount); in maybeAddWearableConversationLog()