Home
last modified time | relevance | path

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

/frameworks/support/v4/java/android/support/v4/app/
DActivityOptionsCompat.java120 public Bundle toBundle() { in toBundle() method in ActivityOptionsCompat.ActivityOptionsImplJB
121 return mImpl.toBundle(); in toBundle()
144 public Bundle toBundle() { in toBundle() method in ActivityOptionsCompat
/frameworks/support/v4/jellybean/android/support/v4/app/
DActivityOptionsCompatJB.java51 public Bundle toBundle() { in toBundle() method in ActivityOptionsCompatJB
52 return mActivityOptions.toBundle(); in toBundle()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
DRecents.java65 mContext.startActivityAsUser(intent, opts.toBundle(), new UserHandle( in toggleRecents()
185 mContext.startActivityAsUser(intent, opts.toBundle(), new UserHandle( in toggleRecents()
DRecentsPanelView.java677 holder.thumbnailViewImage, bm, 0, 0, null).toBundle(); in handleOnClick()
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardActivityLauncher.java163 : ActivityOptions.makeCustomAnimation(context, 0, 0).toBundle(); in launchActivity()
DKeyguardHostView.java865 Intent.FLAG_ACTIVITY_NEW_TASK, 0, opts.toBundle()); in onClickHandler()
1725 intent, false, opts.toBundle(), null, null); in showAssistant()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSearchPanelView.java111 mContext.startActivityAsUser(intent, opts.toBundle(), in startAssistActivity()
/frameworks/base/core/java/android/app/
DActivityOptions.java461 public Bundle toBundle() { in toBundle() method in ActivityOptions
/frameworks/base/core/java/android/widget/
DRemoteViews.java219 Intent.FLAG_ACTIVITY_NEW_TASK, 0, opts.toBundle()); in onClickHandler()
/frameworks/base/api/
Dcurrent.txt3079 method public android.os.Bundle toBundle();