Searched refs:deleteConversationIfEmptyInTransaction (Results 1 – 3 of 3) sorted by relevance
340 if (BugleDatabaseOperations.deleteConversationIfEmptyInTransaction(db, in updateConversations()
503 if (!BugleDatabaseOperations.deleteConversationIfEmptyInTransaction( in processResult()
1256 if (!deleteConversationIfEmptyInTransaction(dbWrapper, conversationId)) { in deleteMessage()1280 public static boolean deleteConversationIfEmptyInTransaction(final DatabaseWrapper dbWrapper, in deleteConversationIfEmptyInTransaction() method in BugleDatabaseOperations