Home
last modified time | relevance | path

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

/development/samples/browseable/MessagingService/src/com.example.android.messagingservice/
DConversations.java46 private static final String[] PARTICIPANTS = new String[]{ field in Conversations
123 return PARTICIPANTS[ThreadLocalRandom.current().nextInt(0, PARTICIPANTS.length)]; in name()