Home
last modified time | relevance | path

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

/development/samples/browseable/MessagingService/src/com.example.android.messagingservice/
DMessageReadReceiver.java33 int conversationId = intent.getIntExtra(CONVERSATION_ID, -1); in onReceive() local
DConversations.java55 private final int conversationId; field in Conversations.Conversation
67 public Conversation(int conversationId, String participantName, in Conversation()
DMessageReplyReceiver.java42 int conversationId = intent.getIntExtra(MessagingService.CONVERSATION_ID, -1); in onReceive() local
DMessagingService.java73 private Intent getMessageReplyIntent(int conversationId) { in getMessageReplyIntent()