Home
last modified time | relevance | path

Searched refs:getExistingParticipant (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DSyncMessageBatch.java319 BugleDatabaseOperations.getExistingParticipant(db, selfId); in rethrowSQLiteConstraintExceptionWithDetails()
321 BugleDatabaseOperations.getExistingParticipant(db, senderId); in rethrowSQLiteConstraintExceptionWithDetails()
DDownloadMmsAction.java126 .getExistingParticipant(db, selfId); in queueAction()
DSendMessageAction.java106 final ParticipantData self = BugleDatabaseOperations.getExistingParticipant( in queueAction()
DProcessPendingMessagesAction.java369 .getExistingParticipant(db, selfId); in findNextMessageToSend()
DInsertNewMessageAction.java226 final ParticipantData unboundSelf = BugleDatabaseOperations.getExistingParticipant( in getSelf()
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DBugleDatabaseOperations.java666 final ParticipantData conversationSelf = getExistingParticipant(dbWrapper, in addSelfIdAutoSwitchInfoToContentValues()
668 final ParticipantData messageSelf = getExistingParticipant(dbWrapper, messageSelfId); in addSelfIdAutoSwitchInfoToContentValues()
945 public static ParticipantData getExistingParticipant(final DatabaseWrapper dbWrapper, in getExistingParticipant() method in BugleDatabaseOperations
970 final ParticipantData selfParticipant = BugleDatabaseOperations.getExistingParticipant( in getSelfSubscriptionId()
1720 participant = getExistingParticipant(dbWrapper, participantId); in getOrCreateSelf()