/development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/provider/ |
D | FeedProvider.java | 101 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/ |
D | NotePadProvider.java | 550 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/ |
D | LoaderThrottle.java | 305 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/tools/winscope/src/trace/ |
D | trace_tree_node.ts | 28 where?: string; property
|
/development/samples/PictureInPicture/ComposePip/ |
D | build.gradle | 6 }// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
/development/samples/NsdManagerSample/ |
D | build.gradle | 1 // Top-level build file where you can add configuration options common to all sub-projects/modules.
|
/development/samples/devbytes/telephony/SmsSampleProject/ |
D | build.gradle | 1 // Top-level build file where you can add configuration options common to all sub-projects/modules.
|
/development/tools/winscope/src/viewers/viewer_input_method_service/ |
D | presenter_input_method_service_test.ts | 40 .setProperties({where: 'location', elapsedNanos: 0})
|
/development/tools/winscope/src/viewers/viewer_input_method_clients/ |
D | presenter_input_method_clients_test.ts | 41 .setProperties({where: 'location', elapsedNanos: 0})
|
/development/samples/browseable/DoneBar/ |
D | _index.jd | 13 suitable for cases where no additional view details or actions are needed in the
|
/development/tools/winscope/src/viewers/viewer_input_method_manager_service/ |
D | presenter_input_method_manager_service_test.ts | 46 .setProperties({where: 'location', elapsedNanos: 0})
|
/development/tools/winscope/protos/surfaceflinger/udc/ |
D | layerstrace.proto | 52 /* where the trace originated */ 53 optional string where = 2; field
|
D | layers.proto | 134 // Regions of a layer, where blur should be applied.
|
/development/samples/browseable/AutoBackupForApps/ |
D | _index.jd | 9 adjusting the location where data files are stored using getNoBackupFilesDir(), or by using a custom
|
/development/samples/JetBoy/ |
D | JETBOY_content_README.txt | 5 1. Open a command prompt and go to the directory where the JetCreator tool is located.
|
/development/samples/browseable/BatchStepSensor/ |
D | _index.jd | 16 basic case, where a listener is only registered while the app is running. Likewise,
|
/development/tools/winscope/src/viewers/common/ |
D | abstract_presenter_input_method.ts | 51 const where = tree.getEagerPropertyByName('where')?.formattedValue(); 52 return entry.getTimestamp().format() + ' - ' + where;
|
/development/tools/checkcolor/ |
D | build.gradle | 11 * The DIST_DIR is where you want to save things from the build.
|
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.common/db/ |
D | SelectionBuilder.java | 145 public SelectionBuilder where(String selection, String... selectionArgs) { in where() method in SelectionBuilder
|
/development/samples/MySampleRss/src/com/example/codelab/rssexample/ |
D | RssContentProvider.java | 194 public int delete(Uri uri, String where) { in delete() argument
|
/development/samples/SkeletonApp/ |
D | readme.txt | 30 {src/PACKAGE/CLASS.java}, where PACKAGE comes from the name in the <package>
|
/development/tools/compare_cts_reports/ |
D | README.md | 63 Two-way comparison lists the tests where report A and report B have different results. If a test on…
|
/development/build/tools/ |
D | mk_sdk_repo_xml.sh | 27 where:
|
/development/tools/repo_diff/ |
D | README.md | 81 However, there are many instances where a change in one branch
|
/development/tools/cargo_embargo/ |
D | README.md | 89 Of particular note, it is preferable to set `run_cargo` to `false` where possible as it is
|