HomeSort by relevance Sort by last modified time
    Searched refs:getConversationId (Results 1 - 6 of 6) sorted by null

  /developers/build/prebuilts/gradle/MessagingService/Application/src/main/java/com/example/android/messagingservice/
MessagingService.java 121 conversation.getConversationId(),
122 getMessageReadIntent(conversation.getConversationId()),
132 conversation.getConversationId(),
133 getMessageReplyIntent(conversation.getConversationId()),
170 + conversation.getConversationId() + " conversation: " + conversation);
172 mNotificationManager.notify(conversation.getConversationId(), builder.build());
Conversations.java 76 public int getConversationId() {
  /developers/samples/android/notification/MessagingService/Application/src/main/java/com/example/android/messagingservice/
MessagingService.java 121 conversation.getConversationId(),
122 getMessageReadIntent(conversation.getConversationId()),
132 conversation.getConversationId(),
133 getMessageReplyIntent(conversation.getConversationId()),
170 + conversation.getConversationId() + " conversation: " + conversation);
172 mNotificationManager.notify(conversation.getConversationId(), builder.build());
Conversations.java 76 public int getConversationId() {
  /development/samples/browseable/MessagingService/src/com.example.android.messagingservice/
MessagingService.java 121 conversation.getConversationId(),
122 getMessageReadIntent(conversation.getConversationId()),
132 conversation.getConversationId(),
133 getMessageReplyIntent(conversation.getConversationId()),
170 + conversation.getConversationId() + " conversation: " + conversation);
172 mNotificationManager.notify(conversation.getConversationId(), builder.build());
Conversations.java 76 public int getConversationId() {

Completed in 1703 milliseconds