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

/frameworks/base/core/java/android/app/
H A DBroadcastOptions.java133 public Bundle toBundle() { method in class:BroadcastOptions
H A DActivityOptions.java1232 public Bundle toBundle() { method in class:ActivityOptions
H A DNotification.java6363 private Bundle toBundle() { method in class:Notification.MessagingStyle.Message
6388 bundles[i] = messages.get(i).toBundle();
/frameworks/support/compat/java/android/support/v4/app/
H A DActivityOptionsCompat.java260 public Bundle toBundle() { method in class:ActivityOptionsCompat.ActivityOptionsCompatApi16Impl
261 return mActivityOptions.toBundle();
338 public Bundle toBundle() { method in class:ActivityOptionsCompat
H A DNotificationCompatJellybean.java277 private static Bundle toBundle(RemoteInput remoteInput) { method in class:NotificationCompatJellybean
313 bundles[i] = toBundle(remoteInputs[i]);
H A DNotificationCompat.java2425 private Bundle toBundle() { method in class:NotificationCompat.MessagingStyle.Message
2450 bundles[i] = messages.get(i).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 183 milliseconds