/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 | 583 public int delete(Uri uri, String where, String[] whereArgs) { in delete() argument 599 where, // The incoming where clause column names in delete() 621 if (where != null) { in delete() 622 finalWhere = finalWhere + " AND " + where; in delete() 669 public int update(Uri uri, ContentValues values, String where, String[] whereArgs) { in update() argument 687 where, // The where clause column names. in update() 711 if (where !=null) { in update() 712 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/samples/Support4Demos/src/com/example/android/supportv4/app/ |
D | LoaderThrottleSupport.java | 306 public int delete(Uri uri, String where, String[] whereArgs) { in delete() argument 315 count = db.delete(MainTable.TABLE_NAME, where, whereArgs); in delete() 325 MainTable._ID + " = " + ContentUris.parseId(uri), where); in delete() 342 public int update(Uri uri, ContentValues values, String where, String[] whereArgs) { in update() argument 350 count = db.update(MainTable.TABLE_NAME, values, where, whereArgs); in update() 357 MainTable._ID + " = " + ContentUris.parseId(uri), where); in update()
|
/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/samples/browseable/DoneBar/ |
D | _index.jd | 13 suitable for cases where no additional view details or actions are needed in the
|
/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/samples/SupportLeanbackShowcase/ |
D | build.gradle | 1 // Top-level build file where you can add configuration options common to all sub-projects/modules.
|
/development/ndk/platforms/android-18/samples/gles3jni/ |
D | README | 16 where $N is '11' or '18' and
|
/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/perftests/panorama/feature_mos/doc/ |
D | feature_mos_API_doxyfile | 37 # base path where the generated documentation will be put. 39 # where doxygen was started. If left blank the current directory will be used. 47 # source files, where putting all generated files in the same directory would 223 # The format is ext=language, where ext is a file extension, and language is one of 338 # 'anonymous_namespace{file}', where file will be replaced with the base 511 # popen()) the command <command> <input-file>, where <command> is the value of 698 # by executing (via popen()) the command <filter> <input-file>, where <filter> 808 # The HTML_OUTPUT tag is used to specify where the HTML docs will be put. 1032 # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. 1116 # The RTF_OUTPUT tag is used to specify where the RTF docs will be put. [all …]
|
/development/perftests/panorama/feature_stab/doc/ |
D | dbreg_API_doxyfile | 37 # base path where the generated documentation will be put. 39 # where doxygen was started. If left blank the current directory will be used. 47 # source files, where putting all generated files in the same directory would 223 # The format is ext=language, where ext is a file extension, and language is one of 338 # 'anonymous_namespace{file}', where file will be replaced with the base 511 # popen()) the command <command> <input-file>, where <command> is the value of 698 # by executing (via popen()) the command <filter> <input-file>, where <filter> 808 # The HTML_OUTPUT tag is used to specify where the HTML docs will be put. 1032 # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. 1116 # The RTF_OUTPUT tag is used to specify where the RTF docs will be put. [all …]
|
/development/build/tools/ |
D | mk_sdk_repo_xml.sh | 27 where:
|
/development/apps/DevelopmentSettings/ |
D | NOTICE | 91 where such license applies only to those patent claims licensable
|
/development/apps/Fallback/ |
D | NOTICE | 91 where such license applies only to those patent claims licensable
|
/development/samples/CubeLiveWallpaper/ |
D | NOTICE | 91 where such license applies only to those patent claims licensable
|
/development/apps/Development/ |
D | NOTICE | 91 where such license applies only to those patent claims licensable
|
/development/apps/CustomLocale/ |
D | NOTICE | 91 where such license applies only to those patent claims licensable
|
/development/samples/AccelerometerPlay/ |
D | NOTICE | 91 where such license applies only to those patent claims licensable
|
/development/apps/NinePatchLab/ |
D | NOTICE | 91 where such license applies only to those patent claims licensable
|
/development/apps/BluetoothDebug/ |
D | NOTICE | 91 where such license applies only to those patent claims licensable
|