Home
last modified time | relevance | path

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

/samples/Support4Demos/src/main/java/com/example/android/supportv4/app/
DLoaderThrottleSupport.java309 public int delete(Uri uri, String where, String[] whereArgs) { in delete() argument
318 count = db.delete(MainTable.TABLE_NAME, where, whereArgs); in delete()
328 MainTable._ID + " = " + ContentUris.parseId(uri), where); in delete()
345 public int update(Uri uri, ContentValues values, String where, String[] whereArgs) { in update() argument
353 count = db.update(MainTable.TABLE_NAME, values, where, whereArgs); in update()
360 MainTable._ID + " = " + ContentUris.parseId(uri), where); in update()