Home
last modified time | relevance | path

Searched refs:acts (Results 1 – 2 of 2) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/intent/
DLaunchSequence.java200 launchSequenceExecutionInfo.acts.add(intent); in fold()
252 List<LaunchFromIntent> acts; field in LaunchSequence.LaunchSequenceExecutionInfo
255 List<LaunchFromIntent> acts) { in LaunchSequenceExecutionInfo() argument
257 this.acts = acts; in LaunchSequenceExecutionInfo()
DLaunchRunner.java165 List<GenerationIntent> actIntents = prepareSerialisation(executionInfo.acts, in runAndSerialize()
186 if (work.setup.isEmpty() || work.acts.isEmpty()) { in run()
210 for (LaunchFromIntent launchFromIntent : work.acts) { in run()