Home
last modified time | relevance | path

Searched defs:whereArgs (Results 1 – 3 of 3) sorted by relevance

/development/samples/Support4Demos/src/com/example/android/supportv4/app/
DLoaderThrottleSupport.java306 public int delete(Uri uri, String where, String[] whereArgs) { in delete()
342 public int update(Uri uri, ContentValues values, String where, String[] whereArgs) { in update()
/development/samples/ApiDemos/src/com/example/android/apis/app/
DLoaderThrottle.java305 public int delete(Uri uri, String where, String[] whereArgs) { in delete()
341 public int update(Uri uri, ContentValues values, String where, String[] whereArgs) { in update()
/development/samples/NotePad/src/com/example/android/notepad/
DNotePadProvider.java583 public int delete(Uri uri, String where, String[] whereArgs) { in delete()
669 public int update(Uri uri, ContentValues values, String where, String[] whereArgs) { in update()