Home
last modified time | relevance | path

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

/development/samples/browseable/BasicSyncAdapter/src/com.example.android.common/db/
DSelectionBuilder.java145 public SelectionBuilder where(String selection, String... selectionArgs) { in where() method in SelectionBuilder
/development/samples/NotePad/src/com/example/android/notepad/
DNotePadProvider.java550 public int delete(Uri uri, String where, String[] whereArgs) { in delete()
636 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/MySampleRss/src/com/example/codelab/rssexample/
DRssContentProvider.java194 public int delete(Uri uri, String where) { in delete()