Searched refs:getOrCreateParticipantInTransaction (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/ |
D | SyncMessageBatch.java | 160 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()
|
D | ReceiveMmsMessageAction.java | 109 BugleDatabaseOperations.getOrCreateParticipantInTransaction(db, rawSender); in executeAction() 111 BugleDatabaseOperations.getOrCreateParticipantInTransaction(db, self); in executeAction()
|
D | ReceiveSmsMessageAction.java | 139 BugleDatabaseOperations.getOrCreateParticipantInTransaction(db, rawSender); in executeAction() 141 BugleDatabaseOperations.getOrCreateParticipantInTransaction(db, self); in executeAction()
|
D | ProcessDownloadedMmsAction.java | 446 BugleDatabaseOperations.getOrCreateParticipantInTransaction(db, self); in processResult() 458 BugleDatabaseOperations.getOrCreateParticipantInTransaction(db, sender); in processResult()
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
D | BugleDatabaseOperations.java | 231 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/ |
D | ReadWriteDraftMessageActionTest.java | 101 final String selfId = BugleDatabaseOperations.getOrCreateParticipantInTransaction(db, in getOrCreateSelfId()
|