Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/intent/
DLaunchSequence.java107 return new ConsecutiveLaunch(this, intent, false, Optional.empty()); in append()
118 return new ConsecutiveLaunch(this, intent, false, Optional.of(launchFrom)); in append()
126 return new ConsecutiveLaunch(this, intent, true, Optional.empty()); in act()
136 return new ConsecutiveLaunch(this, intent, true, Optional.of(launchFrom)); in act()
169 class ConsecutiveLaunch implements LaunchSequence { class
174 public ConsecutiveLaunch(LaunchSequence previous, LaunchIntent launchIntent, in ConsecutiveLaunch() method in LaunchSequence.ConsecutiveLaunch