/aosp12/frameworks/base/core/tests/coretests/src/android/content/pm/ |
H A D | PackageManagerPropertyTests.java | 57 new Property("booleanProperty", true, "android", null).toBundle(null); in testBooleanPropertyToBundle() 82 new Property("floatProperty", 3.14f, "android", null).toBundle(null); in testFloatPropertyToBundle() 107 new Property("integerProperty", 42, false, "android", null).toBundle(null); in testIntegerPropertyToBundle() 132 new Property("resourceProperty", 0x7f010001, true, "android", null).toBundle(null); in testResourcePropertyToBundle() 157 new Property("stringProperty", "koala", "android", null).toBundle(null); in testStringPropertyToBundle()
|
/aosp12/packages/apps/Car/libs/car-messenger-common/src/com/android/car/messenger/common/ |
H A D | Conversation.java | 107 public Bundle toBundle() { in toBundle() method in Conversation 110 bundle.putBundle(KEY_USER, mUser.toBundle()); in toBundle() 115 bundle.putBundle(KEY_ICON, mConversationIcon.toBundle()); in toBundle() 119 mParticipants.stream().map(Person::toBundle).toArray(Bundle[]::new); in toBundle() 500 private Bundle toBundle() { in toBundle() method in Conversation.Message 505 bundle.putBundle(KEY_SENDER, mPerson.toBundle()); in toBundle() 520 bundles[i] = messages.get(i).toBundle(); in getBundleArrayForMessages() 786 bundles[i] = actions.get(i).toBundle(); in getBundleArrayForAction() 810 private Bundle toBundle() { in toBundle() method in Conversation.ConversationAction
|
/aosp12/packages/services/Car/car-lib/src/android/car/projection/ |
H A D | ProjectionOptions.java | 105 public @NonNull Bundle toBundle() { in toBundle() method in ProjectionOptions 108 bundle.putBundle(KEY_ACTIVITY_OPTIONS, mActivityOptions.toBundle()); in toBundle() 155 return toBundle().toString(); in toString()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/util/ |
H A D | ActivityOptionsWrapper.java | 38 public Bundle toBundle() { in toBundle() method in ActivityOptionsWrapper 39 return options.toBundle(); in toBundle()
|
/aosp12/frameworks/base/services/core/java/com/android/server/ |
H A D | PendingIntentUtils.java | 38 return options.toBundle(); in createDontSendToRestrictedAppsBundle() 40 bundle.putAll(options.toBundle()); in createDontSendToRestrictedAppsBundle()
|
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/scheduling/ |
H A D | Tasks.java | 74 public static Bundle toBundle(Task task) { in toBundle() method in Tasks 75 Bundle result = task.toBundle(); in toBundle()
|
H A D | Task.java | 94 Bundle toBundle(); in toBundle() method
|
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | ActivityOptionsTest.java | 74 Bundle optsBundle = opts.toBundle(); in testMerge_NoClobber() 77 optsBundle.putAll(ActivityOptions.makeBasic().toBundle()); in testMerge_NoClobber() 133 context.startActivity(intent, options.toBundle()); in testTransferLaunchCookie()
|
H A D | ActivityStarterTests.java | 823 .setActivityOptions(options.toBundle()) in testDeliverIntentToTopActivityOfNonTopDisplay() 868 .setActivityOptions(options.toBundle()) in testBringTaskToFrontOnSecondaryDisplay() 958 .setActivityOptions(options.toBundle()) in testReparentTopFocusedActivityToSecondaryDisplay() 1078 starter.setActivityOptions(options.toBundle()) in testTargetStackInSplitScreen() 1089 starter.setActivityOptions(options.toBundle()) in testTargetStackInSplitScreen() 1193 .setActivityOptions(options.toBundle()) in testLaunchCookie_newAndExistingTask() 1205 .setActivityOptions(newOptions.toBundle()) in testLaunchCookie_newAndExistingTask()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
H A D | WorkLockActivity.java | 166 PendingIntent.FLAG_IMMUTABLE, options.toBundle()); in showConfirmCredentialActivity() 177 launchOptions.toBundle()); in showConfirmCredentialActivity()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/ |
H A D | BubbleTest.java | 137 "Hello", 0, "Josh").toBundle(), in testGetUpdateMessage_messagingStyle() 139 "Oh, hello!", 0, "Mady").toBundle()}); in testGetUpdateMessage_messagingStyle()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/ |
H A D | ControlsProviderSelectorActivity.kt | 115 startActivity(i, ActivityOptions.makeSceneTransitionAnimation(this).toBundle()) 165 startActivity(intent, ActivityOptions.makeSceneTransitionAnimation(this).toBundle())
|
/aosp12/packages/apps/Car/Calendar/src/com/android/car/calendar/common/ |
H A D | Navigator.java | 51 mContext.startActivity(intent, activityOptions.toBundle()); in navigate()
|
/aosp12/packages/apps/Settings/src/com/android/settings/password/ |
H A D | ConfirmDeviceCredentialUtils.java | 41 activityManager.startActivityFromRecents(taskId, options.toBundle()); in checkForPendingIntent()
|
/aosp12/frameworks/opt/car/setupwizard/library/main/src/com/android/car/setupwizardlib/partner/ |
H A D | ResourceEntry.java | 81 public Bundle toBundle() { in toBundle() method in ResourceEntry
|
/aosp12/packages/services/Car/car-lib/src/android/car/cluster/ |
H A D | ClusterActivityState.java | 129 public Bundle toBundle() { in toBundle() method in ClusterActivityState
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
H A D | SmartActionsReceiver.java | 57 pendingIntent.send(context, 0, null, null, null, null, opts.toBundle()); in onReceive()
|
/aosp12/frameworks/base/tests/UiBench/src/com/android/test/uibench/ |
H A D | ActivityTransitionDetails.java | 61 startActivity(intent, activityOptions.toBundle()); in clicked()
|
/aosp12/frameworks/base/services/core/java/com/android/server/media/ |
H A D | MediaButtonReceiverHolder.java | 207 /* requiredPermission= */ null, options.toBundle()); in send() 231 /* receiverPermission= */ null, options.toBundle()); in send()
|
/aosp12/packages/apps/Car/Cluster/ClusterOsDouble/src/com/android/car/cluster/osdouble/ |
H A D | ClusterOsDoubleApplication.java | 62 context.startActivity(intent, options.toBundle()); in onCreate()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/assisteddialing/ |
H A D | TransformationInfo.java | 94 public Bundle toBundle() { in toBundle() method in TransformationInfo
|
/aosp12/frameworks/opt/car/setupwizard/library/main/tests/robotests/src/com/android/car/setupwizardlib/partner/ |
H A D | ResourceEntryTest.java | 40 Bundle result = resourceEntry.toBundle(); in toBundle_getBundleWithCorrectData()
|
/aosp12/packages/apps/Car/Launcher/src/com/android/car/carlauncher/displayarea/ |
H A D | CarFullscreenTaskListener.java | 73 mContext.startActivity(taskInfo.baseIntent, options.toBundle()); in onTaskAppeared()
|
/aosp12/packages/apps/Car/Cluster/ClusterHomeSample/src/com/android/car/cluster/home/ |
H A D | ClusterHomeApplication.java | 172 intent.putExtra(Car.CAR_EXTRA_CLUSTER_ACTIVITY_STATE, state.toBundle()); in startClusterActivity() 182 mHomeManager.startFixedActivityModeAsUser(intent, options.toBundle(), userId); in startClusterActivity()
|
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/ |
H A D | CarSystemBarButton.java | 327 mContext.startActivityAsUser(toSend, options.toBundle(), in getButtonClickListener() argument 358 mContext.startActivityAsUser(toSend, options.toBundle(),
|