Searched refs:toBundle (Results 1 – 10 of 10) sorted by relevance
/frameworks/support/v4/java/android/support/v4/app/ |
D | ActivityOptionsCompat.java | 120 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/ |
D | ActivityOptionsCompatJB.java | 51 public Bundle toBundle() { in toBundle() method in ActivityOptionsCompatJB 52 return mActivityOptions.toBundle(); in toBundle()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/ |
D | Recents.java | 65 mContext.startActivityAsUser(intent, opts.toBundle(), new UserHandle( in toggleRecents() 185 mContext.startActivityAsUser(intent, opts.toBundle(), new UserHandle( in toggleRecents()
|
D | RecentsPanelView.java | 677 holder.thumbnailViewImage, bm, 0, 0, null).toBundle(); in handleOnClick()
|
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
D | KeyguardActivityLauncher.java | 163 : ActivityOptions.makeCustomAnimation(context, 0, 0).toBundle(); in launchActivity()
|
D | KeyguardHostView.java | 865 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/ |
D | SearchPanelView.java | 111 mContext.startActivityAsUser(intent, opts.toBundle(), in startAssistActivity()
|
/frameworks/base/core/java/android/app/ |
D | ActivityOptions.java | 461 public Bundle toBundle() { in toBundle() method in ActivityOptions
|
/frameworks/base/core/java/android/widget/ |
D | RemoteViews.java | 219 Intent.FLAG_ACTIVITY_NEW_TASK, 0, opts.toBundle()); in onClickHandler()
|
/frameworks/base/api/ |
D | current.txt | 3079 method public android.os.Bundle toBundle();
|