Home
last modified time | relevance | path

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

/development/samples/browseable/MessagingService/src/com.example.android.messagingservice/
DConversations.java57 private final String participantName; field in Conversations.Conversation
67 public Conversation(int conversationId, String participantName, in Conversation() argument
70 this.participantName = participantName; in Conversation()
80 return participantName; in getParticipantName()
93 ", participantName=" + participantName + in toString()