Home
last modified time | relevance | path

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

12

/development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/provider/
DFeedProvider.java101 builder.where(FeedContract.Entry._ID + "=?", id); in query()
105 .where(selection, selectionArgs); in query()
156 .where(selection, selectionArgs) in delete()
162 .where(FeedContract.Entry._ID + "=?", id) in delete()
163 .where(selection, selectionArgs) in delete()
188 .where(selection, selectionArgs) in update()
194 .where(FeedContract.Entry._ID + "=?", id) in update()
195 .where(selection, selectionArgs) in update()
/development/samples/NotePad/src/com/example/android/notepad/
DNotePadProvider.java550 public int delete(Uri uri, String where, String[] whereArgs) { in delete() argument
566 where, // The incoming where clause column names in delete()
588 if (where != null) { in delete()
589 finalWhere = finalWhere + " AND " + where; in delete()
636 public int update(Uri uri, ContentValues values, String where, String[] whereArgs) { in update() argument
654 where, // The where clause column names. in update()
678 if (where !=null) { in update()
679 finalWhere = finalWhere + " AND " + where; in update()
/development/samples/ApiDemos/src/com/example/android/apis/app/
DLoaderThrottle.java305 public int delete(Uri uri, String where, String[] whereArgs) { in delete() argument
314 count = db.delete(MainTable.TABLE_NAME, where, whereArgs); in delete()
324 MainTable._ID + " = " + ContentUris.parseId(uri), where); in delete()
341 public int update(Uri uri, ContentValues values, String where, String[] whereArgs) { in update() argument
349 count = db.update(MainTable.TABLE_NAME, values, where, whereArgs); in update()
356 MainTable._ID + " = " + ContentUris.parseId(uri), where); in update()
/development/samples/devbytes/telephony/SmsSampleProject/
Dbuild.gradle1 // Top-level build file where you can add configuration options common to all sub-projects/modules.
/development/samples/browseable/DoneBar/
D_index.jd13 suitable for cases where no additional view details or actions are needed in the
/development/samples/browseable/AutoBackupForApps/
D_index.jd9 adjusting the location where data files are stored using getNoBackupFilesDir(), or by using a custom
/development/samples/JetBoy/
DJETBOY_content_README.txt5 1. Open a command prompt and go to the directory where the JetCreator tool is located.
/development/samples/browseable/BatchStepSensor/
D_index.jd16 basic case, where a listener is only registered while the app is running. Likewise,
/development/tools/checkcolor/
Dbuild.gradle11 * The DIST_DIR is where you want to save things from the build.
/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/MySampleRss/src/com/example/codelab/rssexample/
DRssContentProvider.java194 public int delete(Uri uri, String where) { in delete() argument
/development/samples/SkeletonApp/
Dreadme.txt30 {src/PACKAGE/CLASS.java}, where PACKAGE comes from the name in the <package>
/development/tools/winscope/src/
Dtransform_sf.js274 name: nanos_to_string(entry.elapsedRealtimeNanos) + " - " + entry.where,
/development/build/tools/
Dmk_sdk_repo_xml.sh27 where:
/development/tools/repo_diff/
DREADME.md81 However, there are many instances where a change in one branch
/development/samples/VoicemailProviderDemo/
DNOTICE91 where such license applies only to those patent claims licensable
/development/samples/AccelerometerPlay/
DNOTICE91 where such license applies only to those patent claims licensable
/development/apps/GestureBuilder/
DNOTICE91 where such license applies only to those patent claims licensable
/development/apps/SdkSetup/
DNOTICE91 where such license applies only to those patent claims licensable
/development/cmds/monkey/
DNOTICE91 where such license applies only to those patent claims licensable
/development/apps/NinePatchLab/
DNOTICE91 where such license applies only to those patent claims licensable
/development/apps/Fallback/
DNOTICE91 where such license applies only to those patent claims licensable
/development/samples/Home/
DNOTICE91 where such license applies only to those patent claims licensable
/development/apps/DevelopmentSettings/
DNOTICE91 where such license applies only to those patent claims licensable
/development/apps/Development/
DNOTICE91 where such license applies only to those patent claims licensable

12