Searched refs:mLaunchMode (Results 1 – 2 of 2) sorted by relevance
168 private int mLaunchMode; field in ActivityStarter572 mLaunchMode = starter.mLaunchMode; in set()2108 || LAUNCH_SINGLE_TOP == mLaunchMode) in deliverToCurrentTopIfNeeded()2270 mLaunchMode = INVALID_LAUNCH_MODE; in reset()2334 mLaunchMode = r.launchMode; in setInitialState()2605 if (LAUNCH_SINGLE_INSTANCE == mLaunchMode) { in getReusableTask()2906 return mode1 == mLaunchMode || mode2 == mLaunchMode; in isLaunchModeOneOf()2910 return mode1 == mLaunchMode || mode2 == mLaunchMode || mode3 == mLaunchMode; in isLaunchModeOneOf()3154 pw.print(LAUNCH_SINGLE_TOP == mLaunchMode); in dump()3156 pw.print(LAUNCH_SINGLE_INSTANCE == mLaunchMode); in dump()[all …]
926 private int mLaunchMode; field in WindowTestsBase.ActivityBuilder978 mLaunchMode = launchMode; in setLaunchMode()1111 aInfo.launchMode = mLaunchMode; in buildInner()