Searched defs:getParticipantId (Results 1 - 3 of 3) sorted by relevance

/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);
/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

Completed in 145 milliseconds