Searched defs:toBundle (Results 1 - 25 of 32) sorted by relevance

12

/frameworks/base/media/java/android/media/
H A DSessionCommandGroup2.java95 public @NonNull Bundle toBundle() { method in class:SessionCommandGroup2
H A DSessionToken2.java149 * Create a token from the bundle, exported by {@link #toBundle()}.
161 public Bundle toBundle() { method in class:SessionToken2
H A DMediaItem2.java79 public Bundle toBundle() { method in class:MediaItem2
H A DRating2.java127 * Create an instance from bundle object, previoulsy created by {@link #toBundle()}
140 public Bundle toBundle() { method in class:Rating2
H A DSessionCommand2.java312 public Bundle toBundle() { method in class:SessionCommand2
H A DMediaMetadata2.java651 public @NonNull Bundle toBundle() { method in class:MediaMetadata2
657 * {@link #toBundle()}.
/frameworks/base/core/java/android/app/
H A DBroadcastOptions.java158 public Bundle toBundle() { method in class:BroadcastOptions
/frameworks/support/frameworks/support/samples/ViewPager2Demos/src/main/java/com/example/androidx/viewpager2/cards/
H A DCard.java57 public Bundle toBundle() { method in class:Card
63 /** Use in conjunction with {@link Card#toBundle()} */
/frameworks/support/media/src/main/java/androidx/media/
H A DSessionCommandGroup2.java197 public @NonNull Bundle toBundle() { method in class:SessionCommandGroup2
200 list.add(command.toBundle());
H A DMediaItem2.java97 public Bundle toBundle() { method in class:MediaItem2
102 bundle.putBundle(KEY_METADATA, mMetadata.toBundle());
111 * @param bundle The bundle which was published by {@link MediaItem2#toBundle()}.
127 * @param bundle The bundle which was published by {@link MediaItem2#toBundle()}.
H A DRating2.java133 * Create an instance from bundle object, previously created by {@link #toBundle()}
149 public Bundle toBundle() { method in class:Rating2
H A DSessionCommand2.java392 public Bundle toBundle() { method in class:SessionCommand2
H A DSessionToken2.java249 * Create a token from the bundle, exported by {@link #toBundle()}.
292 public Bundle toBundle() { method in class:SessionToken2
H A DAudioAttributesCompat.java394 public @NonNull Bundle toBundle() { method in class:AudioAttributesCompat
H A DMediaMetadata2.java798 public @NonNull Bundle toBundle() { method in class:MediaMetadata2
804 * {@link #toBundle()}.
836 mBundle = new Bundle(source.toBundle());
1008 mBundle.putBundle(key, (value == null) ? null : value.toBundle());
/frameworks/support/navigation/safe-args-generator/src/tests/test-data/expected/
H A DMainFragmentArgs.java63 public Bundle toBundle() { method in class:MainFragmentArgs
/frameworks/support/samples/ViewPager2Demos/src/main/java/com/example/androidx/viewpager2/cards/
H A DCard.java57 public Bundle toBundle() { method in class:Card
63 /** Use in conjunction with {@link Card#toBundle()} */
/frameworks/support/compat/src/main/java/androidx/core/app/
H A DActivityOptionsCompat.java261 public Bundle toBundle() { method in class:ActivityOptionsCompat.ActivityOptionsCompatImpl
262 return mActivityOptions.toBundle();
335 public Bundle toBundle() { method in class:ActivityOptionsCompat
H A DNotificationCompatJellybean.java285 private static Bundle toBundle(RemoteInput remoteInput) { method in class:NotificationCompatJellybean
321 bundles[i] = toBundle(remoteInputs[i]);
H A DPerson.java39 * created from a {@link Person} using {@link #toBundle()}.
73 public Bundle toBundle() { method in class:Person
76 result.putBundle(ICON_KEY, mIcon != null ? mIcon.toBundle() : null);
/frameworks/support/navigation/common/src/main/java/androidx/navigation/
H A DNavOptions.java62 intent.putExtra(KEY_NAV_OPTIONS, navOptions.toBundle());
218 private Bundle toBundle() { method in class:NavOptions
/frameworks/support/slices/core/src/main/java/androidx/slice/
H A DSlice.java148 public Bundle toBundle() { method in class:Slice
153 p[i] = mItems[i].toBundle();
H A DSliceItem.java291 public Bundle toBundle() { method in class:SliceItem
331 dest.putBundle(OBJ, ((IconCompat) obj).toBundle());
337 dest.putParcelable(OBJ, ((Slice) obj).toBundle());
341 dest.putBundle(OBJ_2, ((Pair<Object, Slice>) obj).second.toBundle());
/frameworks/support/compat/src/main/java/androidx/core/graphics/drawable/
H A DIconCompat.java539 public Bundle toBundle() { method in class:IconCompat
625 * Extracts an icon from a bundle that was added using {@link #toBundle()}.
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/events/
H A DEventBus.java154 * takes a {@link Bundle} and implement toBundle(). This allows us to serialize events to be sent
338 protected Bundle toBundle() { method in class:EventBus.InterprocessEvent
622 Bundle eventBundle = event.toBundle();

Completed in 1108 milliseconds

12