Home
last modified time | relevance | path

Searched refs:updateWithOnConflict (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteDatabase.java1921 return updateWithOnConflict(table, values, whereClause, whereArgs, CONFLICT_NONE); in update()
1938 public int updateWithOnConflict(String table, ContentValues values, in updateWithOnConflict() method in SQLiteDatabase
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt5881 HSPLandroid/database/sqlite/SQLiteDatabase;->updateWithOnConflict(Ljava/lang/String;Landroid/conten…
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt5884 HSPLandroid/database/sqlite/SQLiteDatabase;->updateWithOnConflict(Ljava/lang/String;Landroid/conten…
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt14305 …method public int updateWithOnConflict(String, android.content.ContentValues, String, String[], in…