Searched refs:updateConversationRowIfExists (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
D | BugleDatabaseOperations.java | 615 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/ |
D | UpdateConversationOptionsAction.java | 125 BugleDatabaseOperations.updateConversationRowIfExists(db, conversationId, values); in executeAction()
|