Searched refs:participants (Results 1 – 2 of 2) sorted by relevance
30 private Map<String, Profile> participants; field in Chat53 return participants; in getParticipants()56 public void setParticipants(Map<String, Profile> participants) { in setParticipants() argument57 this.participants = participants; in setParticipants()64 for (Profile profile : participants.values()) { in generateAliasFromParticipants()77 public void setParticipantsAndAlias(Map<String, Profile> participants) { in setParticipantsAndAlias() argument78 setParticipants(participants); in setParticipantsAndAlias()88 public void setParticipantsAndAlias(Map<String, Profile> participants, String alias) { in setParticipantsAndAlias() argument89 setParticipants(participants); in setParticipantsAndAlias()102 participants.put(participant.getId(), participant); in addParticipant()[all …]
63 public static Chat createChat(Context context, Collection<Profile> participants, Profile user) { in createChat() argument64 int size = participants.size(); in createChat()75 for (Profile profile : participants) { in createChat()