Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
DContactPickerData.java181 public static boolean isTooManyParticipants(final int participantCount) { in isTooManyParticipants() argument
184 return (participantCount > MmsConfig.get(ParticipantData.DEFAULT_SELF_SUB_ID) in isTooManyParticipants()
188 public static boolean getCanAddMoreParticipants(final int participantCount) { in getCanAddMoreParticipants() argument
191 return (participantCount < MmsConfig.get(ParticipantData.DEFAULT_SELF_SUB_ID) in getCanAddMoreParticipants()
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DMessageNotificationState.java233 final int participantCount) { in ConversationLineInfo() argument
248 mParticipantCount = participantCount; in ConversationLineInfo()
665 int participantCount) { in buildConversationPageForWearable() argument
780 ++participantCount; // Add in myself in buildConversationPageForWearable()
782 if (participantCount > 2) { in buildConversationPageForWearable()
785 participantCount, participantCount)); in buildConversationPageForWearable()