Home
last modified time | relevance | path

Searched refs:getParticipantsForConversation (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/
DBugleDatabaseOperations.java434 getParticipantsForConversation(dbWrapper, conversationId)); in createConversationInTransaction()
828 getParticipantsForConversation(dbWrapper, conversationId); in updateConversationNameAndAvatarInTransaction()
911 getParticipantsForConversation(dbWrapper, conversationId); in getRecipientsForConversation()
981 public static ArrayList<ParticipantData> getParticipantsForConversation( in getParticipantsForConversation() method in BugleDatabaseOperations
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/
DGetOrCreateConversationActionTest.java117 BugleDatabaseOperations.getParticipantsForConversation(db, conversationId); in testGetOrCreateConversation()