Searched refs:mLaunchMode (Results 1 – 2 of 2) sorted by relevance
164 private int mLaunchMode; field in ActivityStarter464 mLaunchMode = starter.mLaunchMode; in set()1532 && mLaunchMode == LAUNCH_MULTIPLE; in startActivityUnchecked()1773 mLaunchMode = INVALID_LAUNCH_MODE; in reset()1833 mLaunchMode = r.launchMode; in setInitialState()1836 r, LAUNCH_SINGLE_INSTANCE == mLaunchMode, in setInitialState()1837 LAUNCH_SINGLE_TASK == mLaunchMode, mIntent.getFlags()); in setInitialState()2082 if (LAUNCH_SINGLE_INSTANCE == mLaunchMode) { in getReusableIntentActivity()2091 !(LAUNCH_SINGLE_TASK == mLaunchMode)); in getReusableIntentActivity()2278 || LAUNCH_SINGLE_TOP == mLaunchMode) in setTaskFromIntentActivity()[all …]
210 private int mLaunchMode; field in ActivityTestsBase.ActivityBuilder244 mLaunchMode = launchMode; in setLaunchMode()298 aInfo.launchMode = mLaunchMode; in build()