Home
last modified time | relevance | path

Searched refs:withFlags (Results 1 – 3 of 3) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/intent/
DCases.java103 .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 …]
DLaunchSequence.java98 return new RootLaunch(intent.withFlags(Cases.NEW_TASK)); in create()
DPersistence.java290 public LaunchIntent withFlags(IntentFlag... flags) { in withFlags() method in Persistence.LaunchIntent