Searched refs:mAff1Intent (Results 1 – 1 of 1) sorted by relevance
93 private final LaunchIntent mAff1Intent = intent(Activities.TaskAffinity1Activity.class); field in Cases105 LaunchSequence.create(mAff1Intent)107 .append(mAff1Intent.withFlags(NEW_TASK, MULTIPLE_TASK));112 .append(mAff1Intent.withFlags(NEW_TASK))114 .append(mAff1Intent.withFlags(REORDER_TO_FRONT));124 LaunchIntent aff1NewTask = mAff1Intent.withFlags(NEW_TASK); in newTaskCases()133 mRegularSequence.act(mAff1Intent), in newTaskCases()146 mRearrangedRootSequence.act(mAff1Intent.withFlags(NEW_TASK)), in newTaskCases()174 LaunchIntent aff1NewDocument = mAff1Intent.withFlags(NEW_DOCUMENT); in newDocumentCases()183 mRegularSequence.act(mAff1Intent), in newDocumentCases()[all …]