Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/voicemail/impl/scheduling/
DTasks.java59 public static Bundle toBundle(Task task) { in toBundle() method in Tasks
60 Bundle result = task.toBundle(); in toBundle()
DTask.java94 Bundle toBundle(); in toBundle() method
DTaskQueue.java44 result.add(Tasks.toBundle(task)); in toBundles()
DBaseTask.java152 public Bundle toBundle() { in toBundle() method in BaseTask
/packages/apps/UnifiedEmail/src/com/android/mail/
DConversationListContext.java119 public Bundle toBundle() { in toBundle() method in ConversationListContext
/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationInfo.java98 view, 0, 0, view.getWidth(), view.getHeight()).toBundle(); in onClick()
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DAddItemActivity.java164 ActivityOptions.makeCustomAnimation(this, 0, android.R.anim.fade_out).toBundle()); in onLongClick()
/packages/apps/Settings/src/com/android/settings/
DConfirmDeviceCredentialBaseFragment.java221 activityManager.startActivityFromRecents(taskId, options.toBundle()); in checkForPendingIntent()
/packages/apps/KeyChain/src/com/android/keychain/
DKeyChainService.java473 sendBroadcastAsUser(intent, UserHandle.of(UserHandle.myUserId()), null, opts.toBundle()); in broadcastLegacyStorageChange()
/packages/apps/TV/src/com/android/tv/dvr/
DDvrUiHelper.java413 DvrDetailsActivity.SHARED_ELEMENT_NAME).toBundle(); in startDetailsActivity()
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DConversationListFragment.java291 args.putBundle(CONVERSATION_LIST_KEY, viewContext.toBundle()); in newInstance()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java2687 return ActivityOptions.makeClipRevealAnimation(v, left, top, width, height).toBundle(); in getActivityLaunchOptions()
2693 this, R.anim.task_open_enter, R.anim.no_anim).toBundle(); in getActivityLaunchOptions()
/packages/apps/Launcher2/src/com/android/launcher2/
DLauncher.java2190 startActivity(intent, opts.toBundle()); in startActivity()
2194 opts.toBundle()); in startActivity()