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

1 2

  /developers/build/prebuilts/gradle/MessagingService/Application/src/main/java/com/example/android/messagingservice/
MessagingService.java 91 conversation.getConversationId(),
92 getMessageReadIntent(conversation.getConversationId()),
103 conversation.getConversationId(),
104 getMessageReplyIntent(conversation.getConversationId()),
148 + conversation.getConversationId() + " conversation: " + conversation);
150 mNotificationManager.notify(conversation.getConversationId(), builder.build());
Conversations.java 75 public int getConversationId() {
  /developers/samples/android/notification/MessagingService/Application/src/main/java/com/example/android/messagingservice/
MessagingService.java 91 conversation.getConversationId(),
92 getMessageReadIntent(conversation.getConversationId()),
103 conversation.getConversationId(),
104 getMessageReplyIntent(conversation.getConversationId()),
148 + conversation.getConversationId() + " conversation: " + conversation);
150 mNotificationManager.notify(conversation.getConversationId(), builder.build());
Conversations.java 75 public int getConversationId() {
  /development/samples/browseable/MessagingService/src/com.example.android.messagingservice/
MessagingService.java 91 conversation.getConversationId(),
92 getMessageReadIntent(conversation.getConversationId()),
103 conversation.getConversationId(),
104 getMessageReplyIntent(conversation.getConversationId()),
148 + conversation.getConversationId() + " conversation: " + conversation);
150 mNotificationManager.notify(conversation.getConversationId(), builder.build());
Conversations.java 75 public int getConversationId() {
  /packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
ForwardMessageActivity.java 59 this, conversationListItemData.getConversationId(), mDraftMessage);
MultiSelectActionModeCallback.java 57 conversationId = data.getConversationId();
149 final String id = conversationListItemData.getConversationId();
ConversationListItemView.java 102 MessagingContentProvider.buildDraftImagesUri(mData.getConversationId()) :
104 .buildConversationImagesUri(mData.getConversationId());
436 final boolean isSelected = mHostInterface.isConversationSelected(mData.getConversationId());
539 final String conversationId = mData.getConversationId();
ShareIntentActivity.java 186 this, conversationListItemData.getConversationId(), mDraftMessage);
  /packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DeleteMessageAction.java 78 MessagingContentProvider.notifyMessagesChanged(message.getConversationId());
RedownloadMmsAction.java 92 MessagingContentProvider.notifyMessagesChanged(message.getConversationId());
ResendMessageAction.java 88 MessagingContentProvider.notifyMessagesChanged(message.getConversationId());
SendMessageAction.java 110 final String conversationId = message.getConversationId();
194 + messageId + " in conversation " + message.getConversationId());
391 db, message.getConversationId(), false/* shouldAutoSwitchSelfId */,
418 MessagingContentProvider.notifyMessagesChanged(message.getConversationId());
ReceiveMmsMessageAction.java 135 MessagingContentProvider.notifyMessagesChanged(message.getConversationId());
149 + " in conversation " + message.getConversationId()
ProcessDeliveryReportAction.java 92 MessagingContentProvider.notifyMessagesChanged(messageData.getConversationId());
ProcessPendingMessagesAction.java 356 message.getConversationId());
367 MessagingContentProvider.notifyMessagesChanged(message.getConversationId());
ReceiveSmsMessageAction.java 158 + " in conversation " + message.getConversationId()
  /packages/apps/Messaging/src/com/android/messaging/ui/
WidgetPickConversationActivity.java 77 saveConversationidPref(mAppWidgetId, conversationListItemData.getConversationId());
  /packages/apps/Messaging/tests/src/com/android/messaging/ui/conversation/
ConversationActivityUiStateTest.java 52 assertTrue(TextUtils.equals("conversation1", uiState.getConversationId()));
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
LeaveBehindItem.java 100 mAdapter.clearLeaveBehind(getConversationId());
144 public long getConversationId() {
  /packages/apps/Messaging/src/com/android/messaging/ui/conversation/
ConversationActivityUiState.java 141 public String getConversationId() {
ConversationActivity.java 113 mUiState.getConversationId());
295 final String conversationId = mUiState.getConversationId();
  /packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/
ReadWriteDraftMessageActionTest.java 160 draft.conversation.getConversationId());
219 draft.conversation.getConversationId());
274 draft.conversation.getConversationId());
  /packages/apps/Messaging/src/com/android/messaging/ui/attachmentchooser/
AttachmentChooserFragment.java 139 mBinding.getData().getConversationId());

Completed in 645 milliseconds

1 2