Searched refs:toBundle (Results 1 – 7 of 7) sorted by relevance
84 public static Bundle toBundle(CustomEvent customEvent) { in toBundle() method in CustomEvent90 bundle.putBundle(BUNDLE_KEY_BUNDLE_VALUES, PersistableBundles.toBundle(customEvent.values())); in toBundle()92 BUNDLE_KEY_BUNDLE_PII_VALUES, PersistableBundles.toBundle(customEvent.piiValues())); in toBundle()
13 bundle.putParcelable(MetricBundleKeys.CUSTOM_EVENT_BUNDLE, CustomEvent.toBundle(customEvent)); in createBundleForLogging()
130 public Bundle toBundle() { in toBundle() method in ResourceEntry
64 public static Bundle toBundle(PersistableBundle persistableBundle) { in toBundle() method in PersistableBundles
660 resultBundle = ActivityOptions.makeSceneTransitionAnimation(activity).toBundle(); in makeActivityOptions()
703 return options.toBundle(); in createLaunchDisplayIdActivityOptions()
840 …= ActivityOptions.makeCustomAnimation(activity, R.anim.test_anim_1, R.anim.test_anim_1).toBundle(); in shouldUseAnimationOverride()