Home
last modified time | relevance | path

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

/development/samples/browseable/MessagingService/src/com.example.android.messagingservice/
DMessageReadReceiver.java28 private static final String CONVERSATION_ID = "conversation_id"; field in MessageReadReceiver
33 int conversationId = intent.getIntExtra(CONVERSATION_ID, -1); in onReceive()
DMessagingService.java44 public static final String CONVERSATION_ID = "conversation_id"; field in MessagingService
69 .putExtra(CONVERSATION_ID, id); in getMessageReadIntent()
77 .putExtra(CONVERSATION_ID, conversationId); in getMessageReplyIntent()
DMessageReplyReceiver.java42 int conversationId = intent.getIntExtra(MessagingService.CONVERSATION_ID, -1); in onReceive()