Home
last modified time | relevance | path

Searched defs: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()