Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/
DConversationListContext.java119 public Bundle toBundle() { in toBundle() method in ConversationListContext
/packages/apps/Settings/src/com/android/settings/
DConfirmDeviceCredentialBaseFragment.java208 activityManager.startActivityFromRecents(taskId, options.toBundle()); in checkForPendingIntent()
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DConversationListFragment.java291 args.putBundle(CONVERSATION_LIST_KEY, viewContext.toBundle()); in newInstance()
/packages/apps/Launcher2/src/com/android/launcher2/
DLauncher.java2190 startActivity(intent, opts.toBundle()); in startActivity()
2194 opts.toBundle()); in startActivity()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java2966 optsBundle = opts != null ? opts.toBundle() : null; in startActivity()