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

  /developers/build/prebuilts/gradle/MessagingService/Application/src/main/java/com/example/android/messagingservice/
Conversations.java 76 public int getConversationId() {
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());
  /developers/samples/android/notification/MessagingService/Application/src/main/java/com/example/android/messagingservice/
Conversations.java 76 public int getConversationId() {
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());
  /development/samples/browseable/MessagingService/src/com.example.android.messagingservice/
Conversations.java 76 public int getConversationId() {
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());
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
LeaveBehindItem.java 100 mAdapter.clearLeaveBehind(getConversationId());
144 public long getConversationId() {
AnimatedAdapter.java 121 clearLeaveBehind(objItem.getConversationId());
675 mFadeLeaveBehindItems.put(item.getConversationId(), item);
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
NotificationActionUtils.java 535 public long getConversationId() {
    [all...]
Utils.java     [all...]

Completed in 538 milliseconds