Searched refs:participantCount (Results 1 – 2 of 2) sorted by relevance
181 public static boolean isTooManyParticipants(final int participantCount) { in isTooManyParticipants() argument184 return (participantCount > MmsConfig.get(ParticipantData.DEFAULT_SELF_SUB_ID) in isTooManyParticipants()188 public static boolean getCanAddMoreParticipants(final int participantCount) { in getCanAddMoreParticipants() argument191 return (participantCount < MmsConfig.get(ParticipantData.DEFAULT_SELF_SUB_ID) in getCanAddMoreParticipants()
233 final int participantCount) { in ConversationLineInfo() argument248 mParticipantCount = participantCount; in ConversationLineInfo()665 int participantCount) { in buildConversationPageForWearable() argument780 ++participantCount; // Add in myself in buildConversationPageForWearable()782 if (participantCount > 2) { in buildConversationPageForWearable()785 participantCount, participantCount)); in buildConversationPageForWearable()