/development/samples/browseable/Notifications/Wearable/src/com.example.android.support.wearable.notifications/ |
D | NotificationPresets.java | 74 .extend(new Notification.WearableExtender() in buildNotification() 83 .extend(new Notification.WearableExtender() in buildNotification() 92 .extend(new Notification.WearableExtender() in buildNotification() 179 .extend(new Notification.WearableExtender() in buildNotification() 198 .extend(new Notification.WearableExtender() in buildNotification() 238 .extend(new Notification.WearableExtender() in createPageForCustomHeight() 252 .extend(new Notification.WearableExtender() in createPageForSizePreset() 274 .extend(new Notification.WearableExtender() in buildNotification() 288 .extend(new Notification.WearableExtender() in buildNotification() 294 .extend(new Notification.WearableExtender() in buildNotification() [all …]
|
/development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/ |
D | NotificationPresets.java | 109 builder.extend(wearableOptions); in buildNotifications() 163 builder.extend(wearableOptions); in buildNotifications() 195 builder.extend(wearableOptions); in buildNotifications() 220 builder.extend(wearableOptions); in buildNotifications() 243 builder.extend(wearableOptions); in buildNotifications() 265 secondPageBuilder.extend(new NotificationCompat.WearableExtender() in buildNotifications() 269 builder.extend(wearableOptions); in buildNotifications() 290 .extend(new NotificationCompat.WearableExtender() in buildNotifications() 297 .extend(new NotificationCompat.WearableExtender() in buildNotifications() 302 builder.extend(wearableOptions); in buildNotifications() [all …]
|
/development/tools/templates/ |
D | java_tests_file.template | 8 * how to write and extend Application tests.
|
/development/vndk/tools/elfcheck/elfcheck/ |
D | rewriter.py | 51 self.locs.extend(locs) 74 def extend(self, lines): member in StashedLines 175 stashed_lines.extend([
|
/development/python-packages/fastboot/ |
D | device.py | 138 command.extend(['--slot', slot]) 159 command.extend(['--slot', slot])
|
/development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/ |
D | StandaloneMainActivity.java | 406 .extend(inlineActionForWear2) in generateBigPictureStyleNotification() 442 .extend(new NotificationCompat.WearableExtender() in generateBigPictureStyleNotification() 533 .extend(new NotificationCompat.WearableExtender() in generateInboxStyleNotification() 663 .extend(inlineActionForWear2) in generateMessagingStyleNotification() 705 .extend(wearableExtenderForWearVersion1); in generateMessagingStyleNotification()
|
/development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/handlers/ |
D | BigPictureSocialIntentService.java | 194 .extend(inlineActionForWear2) in recreateBuilderWithBigPictureStyle() 219 .extend(new NotificationCompat.WearableExtender() in recreateBuilderWithBigPictureStyle()
|
D | MessagingIntentService.java | 225 .extend(inlineActionForWear2_0) in recreateBuilderWithMessagingStyle() 251 .extend(wearableExtenderForWearVersion1); in recreateBuilderWithMessagingStyle()
|
/development/python-packages/adb/adb/ |
D | __init__.py | 220 self.adb_cmd.extend(['-s', self.serial]) 222 self.adb_cmd.extend(['-p', self.product]) 395 cmd.extend([local, remote]) 397 cmd.extend(local)
|
/development/vndk/tools/header-checker/utils/ |
D | utils.py | 190 make_target_paths.extend(tag_path_dict.values()) 306 result.extend(lsdump_paths[lib_name][arch_cpu].items()) 309 result.extend(arch_tag_path_dict[arch_cpu].items())
|
/development/tools/repo_diff/ |
D | git_commits_not_upstreamed.py | 32 command.extend(args)
|
/development/samples/browseable/FindMyPhone/Wearable/src/com.example.android.wearable.findphone/ |
D | FindPhoneActivity.java | 60 .extend(new Notification.WearableExtender() in onCreate()
|
/development/samples/browseable/RecipeAssistant/Application/src/com.example.android.wearable.recipeassistant/ |
D | RecipeService.java | 91 .extend(new NotificationCompat.WearableExtender() in createNotification()
|
/development/vndk/tools/image-diff-tool/ |
D | diff.py | 92 skipped_lines[filename.lower()].extend(prefixes) 198 unzip_cmd.extend([os.path.join(s, "*") for s in main_args.search_path])
|
/development/python-packages/gdbrunner/gdbrunner/ |
D | __init__.py | 198 gdbserver_cmd.extend(["gdbserver", "unix://" + debug_socket]) 200 gdbserver_cmd.extend(["--once", "+{}".format(debug_socket)])
|
/development/tools/external_crates/crate_health/src/ |
D | android_bp.rs | 73 paths.extend(env::split_paths(&p)); in run_cargo_embargo()
|
/development/tools/ninja_dependency_analysis/ |
D | collect_ninja_inputs.py | 34 cmd.extend(['-e', l])
|
/development/samples/browseable/Quiz/Wearable/src/com.example.android.wearable.quiz/ |
D | QuizListenerService.java | 128 .extend(new Notification.WearableExtender() in onDataChanged() 147 builder.extend(wearableOptions); in onDataChanged()
|
/development/samples/browseable/ElizaChat/src/com.example.android.wearable.elizachat/ |
D | ResponderService.java | 105 .extend(new NotificationCompat.WearableExtender() in showNotification()
|
/development/samples/browseable/XYZTouristAttractions/Wearable/src/com.example.android.xyztouristattractions/service/ |
D | ListenerService.java | 117 .extend(new NotificationCompat.WearableExtender() in showNotification()
|
/development/tools/repo_pull/ |
D | repo_pull.py | 160 manifest_cmd.extend(['-m', manifest_name]) 297 cmds.extend(build_pull_commands(
|
/development/samples/browseable/Geofencing/Wearable/src/com.example.android.wearable.geofencing/ |
D | HomeListenerService.java | 139 .extend(new Notification.WearableExtender() in postNotificationForGeofenceId()
|
/development/samples/browseable/MessagingService/src/com.example.android.messagingservice/ |
D | MessagingService.java | 141 .extend(new CarExtender() in sendNotificationForConversation()
|
/development/samples/browseable/WearNotifications/Application/src/com.example.android.wearable.wear.wearnotifications/handlers/ |
D | MessagingIntentService.java | 254 .extend(wearableExtenderForWearVersion1); in recreateBuilderWithMessagingStyle()
|
/development/tools/cargo_embargo/src/ |
D | main.rs | 722 modules.extend(crate_to_bp_modules(c, cfg, package_cfg, &extra_srcs).with_context( in generate_android_bp() 972 flags.extend(crate_.codegens.iter().map(|codegen| format!("-C {}", codegen))); in crate_to_bp_modules() 1137 flags.extend(crate_.codegens.iter().map(|codegen| format!("-C {}", codegen))); in crate_to_rulesmk() 1138 flags.extend(crate_.features.iter().map(|feat| format!("--cfg 'feature=\"{feat}\"'"))); in crate_to_rulesmk() 1139 flags.extend( in crate_to_rulesmk()
|