Searched refs:updateRowIfExists (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
D | BugleDatabaseOperations.java | 775 return updateRowIfExists(dbWrapper, DatabaseHelper.CONVERSATIONS_TABLE, in updateConversationRowIfExists() 791 return updateRowIfExists(dbWrapper, DatabaseHelper.MESSAGES_TABLE, MessageColumns._ID, in updateMessageRowIfExists() 807 return updateRowIfExists(dbWrapper, DatabaseHelper.PARTS_TABLE, PartColumns._ID, in updatePartRowIfExists() 1893 public static boolean updateRowIfExists(final DatabaseWrapper db, final String table, in updateRowIfExists() method in BugleDatabaseOperations
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/ |
D | UpdateMessagePartSizeAction.java | 72 BugleDatabaseOperations.updateRowIfExists(db, DatabaseHelper.PARTS_TABLE, in executeAction()
|