Searched refs:mLaunchCookie (Results 1 – 7 of 7) sorted by relevance
453 mTrampolineActivity.mLaunchCookie = launchCookie; in testConsecutiveLaunchNewTask()464 mTrampolineActivity.mLaunchCookie).isNull(); in testConsecutiveLaunchNewTask()466 activityOnNewTask.mLaunchCookie).isEqualTo(launchCookie); in testConsecutiveLaunchNewTask()
1167 assertTrue(mRootWindowContainer.topRunningActivity().mLaunchCookie == cookie); in testLaunchCookie_newAndExistingTask()1179 assertTrue(mRootWindowContainer.topRunningActivity().mLaunchCookie == newCookie); in testLaunchCookie_newAndExistingTask()
419 private IBinder mLaunchCookie; field in ActivityOptions1173 mLaunchCookie = opts.getBinder(KEY_LAUNCH_COOKIE); in ActivityOptions()1645 mLaunchCookie = launchCookie; in setLaunchCookie()1654 return mLaunchCookie; in getLaunchCookie()1940 if (mLaunchCookie != null) { in toBundle()1941 b.putBinder(KEY_LAUNCH_COOKIE, mLaunchCookie); in toBundle()
304 r.mLaunchCookie = mLastLaunchedActivity.mLaunchCookie; in setLatestLaunchedActivity()305 mLastLaunchedActivity.mLaunchCookie = null; in setLatestLaunchedActivity()
2645 if (mStartActivity.mLaunchCookie != null) { in setTargetRootTaskIfNeeded()2646 intentActivity.mLaunchCookie = mStartActivity.mLaunchCookie; in setTargetRootTaskIfNeeded()
835 IBinder mLaunchCookie; field in Task917 mLaunchCookie = _launchCookie; in Task()4118 info.addLaunchCookie(mLaunchCookie);4120 info.addLaunchCookie(r.mLaunchCookie);7886 private IBinder mLaunchCookie;7999 mLaunchCookie = launchCookie;8252 mLaunchCookie, mDeferTaskAppear, mRemoveWithTaskOrganizer);
803 IBinder mLaunchCookie; field in ActivityRecord1010 if (mLaunchCookie != null) { in dump()1013 pw.println(mLaunchCookie); in dump()1704 mLaunchCookie = options.getLaunchCookie(); in ActivityRecord()