/development/samples/browseable/RuntimePermissionsBasic/src/com.example.android.basicpermissions/ |
D | MainActivity.java | 86 Snackbar.make(mLayout, "Camera permission was granted. Starting preview.", in onRequestPermissionsResult() 92 Snackbar.make(mLayout, "Camera permission request was denied.", in onRequestPermissionsResult() 106 Snackbar.make(mLayout, in showCameraPreview() 129 Snackbar.make(mLayout, "Camera access is required to display the camera preview.", in requestCameraPermission() 141 Snackbar.make(mLayout, in requestCameraPermission()
|
/development/tools/repo_diff/service/repodiff/ |
D | README.md | 5 2. Run `make bootstrap` 18 click **create database**; choose the defaults and make note of the chosen 43 `make db_upgrade` 47 `ROLE="prod" make db_upgrade` 70 `make run` 72 For production: `ROLE="prod" make run` 78 `make db_shell` 82 `make sql_script` 86 `make db_downgrade` 90 `make db_upgrade` [all …]
|
D | Makefile | 79 make db_proxy; true 82 make db_proxy_ignore_err & 83 make db_shell < $(SQL_SCRIPT_DIR)/required_meta.sql 86 make start_sql 91 make start_sql 95 make db_shell EXTRA="-e 'DESCRIBE project_differential;'" 110 make build_container_image 142 @make output_instance_url --no-print-directory
|
/development/samples/browseable/RuntimePermissions/src/com.example.android.system.runtimepermissions/ |
D | MainActivity.java | 153 Snackbar.make(mLayout, R.string.permission_camera_rationale, in requestCameraPermission() 217 Snackbar.make(mLayout, R.string.permission_contacts_rationale, in requestContactsPermissions() 276 Snackbar.make(mLayout, R.string.permision_available_camera, in onRequestPermissionsResult() 280 Snackbar.make(mLayout, R.string.permissions_not_granted, in onRequestPermissionsResult() 293 Snackbar.make(mLayout, R.string.permision_available_contacts, in onRequestPermissionsResult() 298 Snackbar.make(mLayout, R.string.permissions_not_granted, in onRequestPermissionsResult()
|
/development/vndk/tools/header-checker/android/ |
D | build-prebuilts.sh | 75 build/soong/soong_ui.bash --make-mode --skip-make "${binaries[@]}" "${libs[@]}"
|
/development/ide/intellij/ |
D | make+intelligen.sh | 11 if make -j4; then
|
/development/vndk/tools/vndk-compliance/ |
D | README.md | 1 # How to make your build VNDK compliant 8 make -j32 >log 2>&1 50 * Once all copy header violations are cleaned up, make will start throwing lots of
|
/development/samples/browseable/Flashlight/ |
D | _index.jd | 9 a party-mode option (swipe left), if you want to make things interesting.
|
/development/vndk/snapshot/ |
D | build.sh | 53 build/soong/soong_ui.bash --make-mode vndk dist TARGET_PRODUCT=aosp_$arch $additional_option
|
/development/vndk/tools/image-diff-tool/ |
D | compare_images_and_print.sh | 43 build/soong/soong_ui.bash --make-mode compare_images
|
/development/samples/browseable/AgendaData/Application/src/com.example.android.wearable.agendadata/ |
D | MainActivity.java | 157 Snackbar.make(mLayout, R.string.permissions_rationale, in requestCalendarAndContactPermissions() 321 Snackbar.make(mLayout, R.string.permisions_granted, Snackbar.LENGTH_SHORT).show(); in onRequestPermissionsResult() 327 Snackbar.make(mLayout, R.string.permissions_denied, Snackbar.LENGTH_SHORT).show(); in onRequestPermissionsResult()
|
/development/vndk/tools/ |
D | modify_system_img.sh | 87 readonly add_img_to_target_files="$build_top"build/make/tools/releasetools/add_img_to_target_files.…
|
/development/tools/idegen/ |
D | README | 24 1) make (to produce generated .java source) 51 1) make (to produce generated .java source) 81 of the "path-precedence" file. To make source roots under ./out come last,
|
D | excluded-paths | 30 # Not actually built. Also disabled in make file.
|
/development/tools/labpretest/ |
D | README | 25 how many monkey events and finally -x to make it skip the monkey run portion 32 sub directory and put adb and fastboot in it and make sure they are executable.
|
/development/tools/checkcolor/ |
D | build.gradle | 13 * The build server will copy the contents of DIST_DIR to somewhere and make it available.
|
/development/vndk/tools/definition-tool/ |
D | README.md | 54 when the `--output-format=make` is specified: 61 --output-format=make
|
/development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/ui/ |
D | AttractionListActivity.java | 148 Snackbar.make( in showPermissionSnackbar()
|
/development/vndk/tools/sourcedr/Documentation/ |
D | list-installed-files-from-source-dirs.md | 18 make -j8
|
/development/samples/browseable/HdrViewfinder/src/com.example.android.hdrviewfinder/ |
D | HdrViewfinderActivity.java | 307 Snackbar.make(rootView, R.string.camera_permission_rationale, Snackbar in requestCameraPermissions() 358 Snackbar.make(rootView, R.string.camera_permission_denied_explanation, Snackbar in onRequestPermissionsResult()
|
/development/samples/SearchableDictionary/res/raw/ |
D | definitions.txt | 22 accuse - v. blame for, make a claim of wrongdoing or misbehavior against 47 alter - v. cause to change; make different; cause a transformation 70 appease - v. make peace with 161 compensate - v. make payment to; compensate 267 discover - v. see for the first time; make a discovery 328 enhance - v. make better or more attractive 613 minimize - v. make small or insignificant 673 overhaul - v. make repairs, renovations, revisions or adjustments to 685 parody - v. make a spoof of or make fun of 746 predict - v. make a prediction about; tell in advance [all …]
|
/development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/ |
D | StandaloneMainActivity.java | 128 .make( in itemSelected()
|
/development/samples/browseable/WearNotifications/Application/src/com.example.android.wearable.wear.wearnotifications/ |
D | MainActivity.java | 140 .make( in onClick()
|
/development/samples/ApiDemos/src/com/example/android/apis/os/ |
D | MmsMessagingDemo.java | 374 return new PduComposer(context, req).make(); in buildPdu()
|
/development/samples/ApiDemos/src/com/example/android/mmslib/pdu/ |
D | PduComposer.java | 151 public byte[] make() { in make() method in PduComposer
|