Searched refs:withFlags (Results 1 – 3 of 3) sorted by relevance
103 .append(mAff1Intent.withFlags(NEW_TASK, MULTIPLE_TASK));108 .append(mAff1Intent.withFlags(NEW_TASK))110 .append(mAff1Intent.withFlags(REORDER_TO_FRONT));120 LaunchIntent aff1NewTask = mAff1Intent.withFlags(NEW_TASK); in newTaskCases()126 mRegularSequence.act(mSingleInstanceIntent.withFlags(NEW_TASK)), in newTaskCases()133 mRegularSequence.act(mRegularIntent.withFlags(NEW_TASK)), in newTaskCases()136 mRegularSequence.act(mSingleTopIntent.withFlags(NEW_TASK)), in newTaskCases()142 mRearrangedRootSequence.act(mAff1Intent.withFlags(NEW_TASK)), in newTaskCases()144 mRearrangedRootSequence.act(mSecondAff1Intent.withFlags(NEW_TASK)), in newTaskCases()147 mRegularSequence.act(mRegularIntent.withFlags(NEW_TASK, MULTIPLE_TASK)), in newTaskCases()[all …]
98 return new RootLaunch(intent.withFlags(Cases.NEW_TASK)); in create()
290 public LaunchIntent withFlags(IntentFlag... flags) { in withFlags() method in Persistence.LaunchIntent