Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DSyncMessageBatch.java160 BugleDatabaseOperations.getOrCreateParticipantInTransaction(db, self); in storeSms()
165 BugleDatabaseOperations.getOrCreateParticipantInTransaction(db, sender)); in storeSms()
254 BugleDatabaseOperations.getOrCreateParticipantInTransaction(db, self); in storeMms()
258 BugleDatabaseOperations.getOrCreateParticipantInTransaction(db, sender)); in storeMms()
DReceiveMmsMessageAction.java109 BugleDatabaseOperations.getOrCreateParticipantInTransaction(db, rawSender); in executeAction()
111 BugleDatabaseOperations.getOrCreateParticipantInTransaction(db, self); in executeAction()
DReceiveSmsMessageAction.java138 BugleDatabaseOperations.getOrCreateParticipantInTransaction(db, rawSender); in executeAction()
140 BugleDatabaseOperations.getOrCreateParticipantInTransaction(db, self); in executeAction()
DProcessDownloadedMmsAction.java435 BugleDatabaseOperations.getOrCreateParticipantInTransaction(db, self); in processResult()
447 BugleDatabaseOperations.getOrCreateParticipantInTransaction(db, sender); in processResult()
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DBugleDatabaseOperations.java231 BugleDatabaseOperations.getOrCreateParticipantInTransaction(db, self); in getOrCreateConversation()
1635 final String participantId = getOrCreateParticipantInTransaction(dbWrapper, participant); in addParticipantToConversation()
1719 final String participantId = getOrCreateParticipantInTransaction(dbWrapper, shell); in getOrCreateSelf()
1735 public static String getOrCreateParticipantInTransaction(final DatabaseWrapper dbWrapper, in getOrCreateParticipantInTransaction() method in BugleDatabaseOperations
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/
DReadWriteDraftMessageActionTest.java102 final String selfId = BugleDatabaseOperations.getOrCreateParticipantInTransaction(db, in getOrCreateSelfId()