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

/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DBugleDatabaseOperations.java666 final ParticipantData conversationSelf = getExistingParticipant(dbWrapper,
668 final ParticipantData messageSelf = getExistingParticipant(dbWrapper, messageSelfId);
945 public static ParticipantData getExistingParticipant(final DatabaseWrapper dbWrapper, method in class:BugleDatabaseOperations
970 final ParticipantData selfParticipant = BugleDatabaseOperations.getExistingParticipant(
1720 participant = getExistingParticipant(dbWrapper, participantId);

Completed in 1889 milliseconds