Searched refs:mLaunchMode (Results 1 – 3 of 3) sorted by relevance
210 private @LaunchMode int mLaunchMode; field in ApplicationStartInfo379 mLaunchMode = launchMode; in setLaunchMode()521 return mLaunchMode; in getLaunchMode()545 dest.writeInt(mLaunchMode); in writeToParcel()563 mLaunchMode = other.mLaunchMode; in ApplicationStartInfo()583 mLaunchMode = in.readInt(); in ApplicationStartInfo()
214 private int mLaunchMode; field in ActivityStarter637 mLaunchMode = starter.mLaunchMode; in set()2369 || LAUNCH_SINGLE_TOP == mLaunchMode) in deliverToCurrentTopIfNeeded()2553 mLaunchMode = INVALID_LAUNCH_MODE; in reset()2620 mLaunchMode = r.launchMode; in setInitialState()2623 r, LAUNCH_SINGLE_INSTANCE == mLaunchMode, in setInitialState()2629 if (mLaunchMode == LAUNCH_SINGLE_INSTANCE_PER_TASK) { in setInitialState()2896 if (LAUNCH_SINGLE_INSTANCE == mLaunchMode) { in getReusableTask()3235 return mode1 == mLaunchMode || mode2 == mLaunchMode; in isLaunchModeOneOf()3239 return mode1 == mLaunchMode || mode2 == mLaunchMode || mode3 == mLaunchMode; in isLaunchModeOneOf()[all …]
1094 private int mLaunchMode; field in WindowTestsBase.ActivityBuilder1148 mLaunchMode = launchMode; in setLaunchMode()1292 aInfo.launchMode = mLaunchMode; in buildInner()