Searched refs:executeUpdateDelete (Results 1 – 5 of 5) sorted by relevance
240 return updateStatement.executeUpdateDelete(); in updateContactKeyLocalVerificationState()265 return updateStatement.executeUpdateDelete(); in updateContactKeyRemoteVerificationState()337 return updateStatement.executeUpdateDelete(); in updateOrInsertContactKey()357 return updateStatement.executeUpdateDelete(); in removeContactKey()475 return updateStatement.executeUpdateDelete(); in updateOrInsertSelfKey()497 return updateStatement.executeUpdateDelete(); in updateSelfKeyRemoteVerificationState()513 return updateStatement.executeUpdateDelete(); in removeSelfKey()
494 public static int executeUpdateDelete(@NonNull SQLiteDatabase db, @NonNull String sql, in executeUpdateDelete() method in DatabaseUtils499 return st.executeUpdateDelete(); in executeUpdateDelete()
726 return com.android.providers.media.util.DatabaseUtils.executeUpdateDelete(db, sql, sqlArgs);795 return com.android.providers.media.util.DatabaseUtils.executeUpdateDelete(db, sql, sqlArgs);
397 updateStmt.executeUpdateDelete(); in convertShortcutsToLauncherActivities()
468 rowsUpdated = statement.executeUpdateDelete(); in execSQLUpdateDelete()