Home
last modified time | relevance | path

Searched defs:conflictAlgorithm (Results 1 – 2 of 2) sorted by relevance

/frameworks/support/persistence/db/src/main/java/androidx/sqlite/db/
DSupportSQLiteDatabase.java326 long insert(String table, int conflictAlgorithm, ContentValues values) throws SQLException; in insert()
360 int update(String table, int conflictAlgorithm, in update()
/frameworks/base/core/java/android/database/sqlite/
DSQLiteDatabase.java1531 ContentValues initialValues, int conflictAlgorithm) { in insertWithOnConflict()
1633 String whereClause, String[] whereArgs, int conflictAlgorithm) { in updateWithOnConflict()