Searched refs:NEW_TASK (Results 1 – 2 of 2) sorted by relevance
58 public static final IntentFlag NEW_TASK = flag(FLAG_ACTIVITY_NEW_TASK, field in Cases81 NEW_TASK,107 .append(mAff1Intent.withFlags(NEW_TASK, MULTIPLE_TASK));112 .append(mAff1Intent.withFlags(NEW_TASK))124 LaunchIntent aff1NewTask = mAff1Intent.withFlags(NEW_TASK); in newTaskCases()130 mRegularSequence.act(mSingleInstanceIntent.withFlags(NEW_TASK)), in newTaskCases()137 mRegularSequence.act(mRegularIntent.withFlags(NEW_TASK)), in newTaskCases()140 mRegularSequence.act(mSingleTopIntent.withFlags(NEW_TASK)), in newTaskCases()146 mRearrangedRootSequence.act(mAff1Intent.withFlags(NEW_TASK)), in newTaskCases()148 mRearrangedRootSequence.act(mSecondAff1Intent.withFlags(NEW_TASK)), in newTaskCases()[all …]
98 return new RootLaunch(intent.withFlags(Cases.NEW_TASK)); in create()