Home
last modified time | relevance | path

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

/development/samples/browseable/MessagingService/src/com.example.android.messagingservice/
DMessagingService.java88 private void sendNotificationForConversation(Conversations.Conversation conversation) { in sendNotificationForConversation() argument
91 conversation.getConversationId(), in sendNotificationForConversation()
92 getMessageReadIntent(conversation.getConversationId()), in sendNotificationForConversation()
103 conversation.getConversationId(), in sendNotificationForConversation()
104 getMessageReplyIntent(conversation.getConversationId()), in sendNotificationForConversation()
116 new UnreadConversation.Builder(conversation.getParticipantName()) in sendNotificationForConversation()
117 .setLatestTimestamp(conversation.getTimestamp()) in sendNotificationForConversation()
123 for (Iterator<String> messages = conversation.getMessages().iterator(); in sendNotificationForConversation()
138 .setWhen(conversation.getTimestamp()) in sendNotificationForConversation()
139 .setContentTitle(conversation.getParticipantName()) in sendNotificationForConversation()
[all …]
/development/samples/browseable/MessagingService/
D_index.jd14 Note: Each unread conversation from a user is sent as a distinct