Home
last modified time | relevance | path

Searched defs:participant (Results 1 – 1 of 1) sorted by relevance

/developers/samples/android/deprecated/wearable/wear/WearMessagingApp/Wearable/src/main/java/com/example/android/wearable/wear/messaging/model/
DChat.java101 public void addParticipant(Profile participant) { in addParticipant()
102 participants.put(participant.getId(), participant); in addParticipant() local