Searched defs:participants (Results 1 – 2 of 2) sorted by relevance
30 private Map<String, Profile> participants; field in Chat56 public void setParticipants(Map<String, Profile> participants) { in setParticipants()77 public void setParticipantsAndAlias(Map<String, Profile> participants) { in setParticipantsAndAlias()88 public void setParticipantsAndAlias(Map<String, Profile> participants, String alias) { in setParticipantsAndAlias()
63 public static Chat createChat(Context context, Collection<Profile> participants, Profile user) { in createChat()