Searched refs:mLaunchMode (Results 1 – 2 of 2) sorted by relevance
164 private int mLaunchMode; field in ActivityStarter463 mLaunchMode = starter.mLaunchMode; in set()1514 && mLaunchMode == LAUNCH_MULTIPLE; in startActivityUnchecked()1755 mLaunchMode = INVALID_LAUNCH_MODE; in reset()1814 mLaunchMode = r.launchMode; in setInitialState()1817 r, LAUNCH_SINGLE_INSTANCE == mLaunchMode, in setInitialState()1818 LAUNCH_SINGLE_TASK == mLaunchMode, mIntent.getFlags()); in setInitialState()2063 if (LAUNCH_SINGLE_INSTANCE == mLaunchMode) { in getReusableIntentActivity()2072 !(LAUNCH_SINGLE_TASK == mLaunchMode)); in getReusableIntentActivity()2259 || LAUNCH_SINGLE_TOP == mLaunchMode) in setTaskFromIntentActivity()[all …]
197 private int mLaunchMode; field in ActivityTestsBase.ActivityBuilder229 mLaunchMode = launchMode; in setLaunchMode()273 aInfo.launchMode = mLaunchMode; in build()