Home
last modified time | relevance | path

Searched refs:toBundle (Results 1 – 25 of 150) sorted by relevance

123456

/aosp12/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DPackageManagerPropertyTests.java57 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 DConversation.java107 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 DProjectionOptions.java105 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 DActivityOptionsWrapper.java38 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 DPendingIntentUtils.java38 return options.toBundle(); in createDontSendToRestrictedAppsBundle()
40 bundle.putAll(options.toBundle()); in createDontSendToRestrictedAppsBundle()
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/scheduling/
H A DTasks.java74 public static Bundle toBundle(Task task) { in toBundle() method in Tasks
75 Bundle result = task.toBundle(); in toBundle()
H A DTask.java94 Bundle toBundle(); in toBundle() method
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DActivityOptionsTest.java74 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 DActivityStarterTests.java823 .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 DWorkLockActivity.java166 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 DBubbleTest.java137 "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 DControlsProviderSelectorActivity.kt115 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 DNavigator.java51 mContext.startActivity(intent, activityOptions.toBundle()); in navigate()
/aosp12/packages/apps/Settings/src/com/android/settings/password/
H A DConfirmDeviceCredentialUtils.java41 activityManager.startActivityFromRecents(taskId, options.toBundle()); in checkForPendingIntent()
/aosp12/frameworks/opt/car/setupwizard/library/main/src/com/android/car/setupwizardlib/partner/
H A DResourceEntry.java81 public Bundle toBundle() { in toBundle() method in ResourceEntry
/aosp12/packages/services/Car/car-lib/src/android/car/cluster/
H A DClusterActivityState.java129 public Bundle toBundle() { in toBundle() method in ClusterActivityState
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DSmartActionsReceiver.java57 pendingIntent.send(context, 0, null, null, null, null, opts.toBundle()); in onReceive()
/aosp12/frameworks/base/tests/UiBench/src/com/android/test/uibench/
H A DActivityTransitionDetails.java61 startActivity(intent, activityOptions.toBundle()); in clicked()
/aosp12/frameworks/base/services/core/java/com/android/server/media/
H A DMediaButtonReceiverHolder.java207 /* 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 DClusterOsDoubleApplication.java62 context.startActivity(intent, options.toBundle()); in onCreate()
/aosp12/packages/apps/Dialer/java/com/android/dialer/assisteddialing/
H A DTransformationInfo.java94 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 DResourceEntryTest.java40 Bundle result = resourceEntry.toBundle(); in toBundle_getBundleWithCorrectData()
/aosp12/packages/apps/Car/Launcher/src/com/android/car/carlauncher/displayarea/
H A DCarFullscreenTaskListener.java73 mContext.startActivity(taskInfo.baseIntent, options.toBundle()); in onTaskAppeared()
/aosp12/packages/apps/Car/Cluster/ClusterHomeSample/src/com/android/car/cluster/home/
H A DClusterHomeApplication.java172 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 DCarSystemBarButton.java327 mContext.startActivityAsUser(toSend, options.toBundle(), in getButtonClickListener() argument
358 mContext.startActivityAsUser(toSend, options.toBundle(),

123456