Searched refs:updateWithOnConflict (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/core/java/android/database/sqlite/ |
H A D | SQLiteDatabase.java | 1921 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 D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 5881 HSPLandroid/database/sqlite/SQLiteDatabase;->updateWithOnConflict(Ljava/lang/String;Landroid/conten…
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 5884 HSPLandroid/database/sqlite/SQLiteDatabase;->updateWithOnConflict(Ljava/lang/String;Landroid/conten…
|
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 14305 …method public int updateWithOnConflict(String, android.content.ContentValues, String, String[], in…
|