Searched refs:updateWithOnConflict (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/database/sqlite/ |
D | SQLiteDatabase.java | 1650 return updateWithOnConflict(table, values, whereClause, whereArgs, CONFLICT_NONE); in update() 1667 public int updateWithOnConflict(String table, ContentValues values, in updateWithOnConflict() method in SQLiteDatabase
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 5324 HSPLandroid/database/sqlite/SQLiteDatabase;->updateWithOnConflict(Ljava/lang/String;Landroid/conten…
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 9854 …method public int updateWithOnConflict(java.lang.String, android.content.ContentValues, java.lang.…
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 12988 …method public int updateWithOnConflict(String, android.content.ContentValues, String, String[], in…
|
/frameworks/base/api/ |
D | current.txt | 12988 …method public int updateWithOnConflict(String, android.content.ContentValues, String, String[], in…
|