Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/
DBugleDatabaseOperations.java615 updateConversationRowIfExists(dbWrapper, conversationId, values); in updateConversationArchiveStatusInTransaction()
772 public static boolean updateConversationRowIfExists(final DatabaseWrapper dbWrapper, in updateConversationRowIfExists() method in BugleDatabaseOperations
783 final boolean exists = updateConversationRowIfExists(dbWrapper, conversationId, values); in updateConversationRow()
852 updateConversationRowIfExists(dbWrapper, conversationId, values); in updateConversationNameAndAvatarInTransaction()
868 updateConversationRowIfExists(dbWrapper, conversationId, values); in updateConversationSelfIdInTransaction()
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DUpdateConversationOptionsAction.java125 BugleDatabaseOperations.updateConversationRowIfExists(db, conversationId, values); in executeAction()