Searched refs:mRegularIntent (Results 1 – 1 of 1) sorted by relevance
91 private final LaunchIntent mRegularIntent = intent(RegularActivity.class); field in Cases101 private final LaunchSequence mRegularSequence = LaunchSequence.create(mRegularIntent);106 .append(mRegularIntent)111 private final LaunchSequence mRearrangedRootSequence = LaunchSequence.create(mRegularIntent)113 .append(mRegularIntent)137 mRegularSequence.act(mRegularIntent.withFlags(NEW_TASK)), in newTaskCases()151 mRegularSequence.act(mRegularIntent.withFlags(NEW_TASK, MULTIPLE_TASK)), in newTaskCases()159 mSingleInstanceActivitySequence.act(mRegularIntent), in newTaskCases()161 mSingleTaskActivitySequence.act(mRegularIntent), in newTaskCases()165 mRegularSequence.append(mSingleInstanceIntent).act(mRegularIntent) in newTaskCases()[all …]