Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DProcessDownloadedMmsAction.java457 final String senderParticipantId = in processResult() local
459 if (!senderParticipantId.equals(notificationParticipantId)) { in processResult()
462 + senderParticipantId + ") than notification (" in processResult()
480 message = MmsUtils.createMmsMessage(mms, conversationId, senderParticipantId, in processResult()
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DBugleDatabaseOperations.java1342 final String senderParticipantId = cursor.getString(2); in refreshConversationMetadataInTransaction() local
1343 final boolean senderBlocked = isBlockedParticipant(dbWrapper, senderParticipantId); in refreshConversationMetadataInTransaction()