Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DUpdateMessagePartSizeAction.java72 BugleDatabaseOperations.updateRowIfExists(db, DatabaseHelper.PARTS_TABLE, in executeAction()
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DBugleDatabaseOperations.java775 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