Home
last modified time | relevance | path

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

/development/samples/browseable/MessagingService/src/com.example.android.messagingservice/
DMessagingService.java91 conversation.getConversationId(), in sendNotificationForConversation()
92 getMessageReadIntent(conversation.getConversationId()), in sendNotificationForConversation()
103 conversation.getConversationId(), in sendNotificationForConversation()
104 getMessageReplyIntent(conversation.getConversationId()), in sendNotificationForConversation()
148 + conversation.getConversationId() + " conversation: " + conversation); in sendNotificationForConversation()
150 mNotificationManager.notify(conversation.getConversationId(), builder.build()); in sendNotificationForConversation()
DConversations.java75 public int getConversationId() { in getConversationId() method in Conversations.Conversation