HomeSort by relevance Sort by last modified time
    Searched refs:getOrCreateParticipantInTransaction (Results 1 - 6 of 6) sorted by null

  /packages/apps/Messaging/src/com/android/messaging/datamodel/action/
SyncMessageBatch.java 160 BugleDatabaseOperations.getOrCreateParticipantInTransaction(db, self);
165 BugleDatabaseOperations.getOrCreateParticipantInTransaction(db, sender));
254 BugleDatabaseOperations.getOrCreateParticipantInTransaction(db, self);
258 BugleDatabaseOperations.getOrCreateParticipantInTransaction(db, sender));
ReceiveMmsMessageAction.java 109 BugleDatabaseOperations.getOrCreateParticipantInTransaction(db, rawSender);
111 BugleDatabaseOperations.getOrCreateParticipantInTransaction(db, self);
ReceiveSmsMessageAction.java 138 BugleDatabaseOperations.getOrCreateParticipantInTransaction(db, rawSender);
140 BugleDatabaseOperations.getOrCreateParticipantInTransaction(db, self);
ProcessDownloadedMmsAction.java 435 BugleDatabaseOperations.getOrCreateParticipantInTransaction(db, self);
447 BugleDatabaseOperations.getOrCreateParticipantInTransaction(db, sender);
  /packages/apps/Messaging/src/com/android/messaging/datamodel/
BugleDatabaseOperations.java 231 BugleDatabaseOperations.getOrCreateParticipantInTransaction(db, self);
    [all...]
  /packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/
ReadWriteDraftMessageActionTest.java 102 final String selfId = BugleDatabaseOperations.getOrCreateParticipantInTransaction(db,

Completed in 108 milliseconds