Searched refs:getParticipantId (Results 1 - 9 of 9) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
H A DWriteDraftMessageAction.java54 if (message.getSelfId() == null || message.getParticipantId() == null) {
65 if (message.getParticipantId() == null) {
H A DDownloadMmsAction.java128 actionParameters.putString(KEY_PARTICIPANT_ID, message.getParticipantId());
H A DProcessSentMessageAction.java216 conversationId, message.getParticipantId(), message.getSelfId());
H A DInsertNewMessageAction.java142 if (message.getParticipantId() == null) {
H A DProcessDownloadedMmsAction.java359 db, toastMessage.getParticipantId());
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
H A DMessageDetailsDialog.java120 data.getParticipantId(), data.getIsIncoming(), data.getSelfParticipantId());
177 data.getParticipantId(), data.getIsIncoming(), data.getSelfParticipantId());
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
H A DConversationMessageData.java139 if (!TextUtils.equals(getParticipantId(), otherParticipantId)) {
351 public final String getParticipantId() { method in class:ConversationMessageData
H A DMessageData.java412 protected static String getParticipantId(final Cursor cursor) { method in class:MessageData
483 public final String getParticipantId() { method in class:MessageData
/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DBugleDatabaseOperations.java1659 private static String getParticipantId(final DatabaseWrapper dbWrapper, method in class:BugleDatabaseOperations
1749 participantId = getParticipantId(dbWrapper, subId, canonicalRecipient);

Completed in 248 milliseconds