Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/app_base/src/android/server/wm/app/
DLaunchingActivity.java19 import static android.server.wm.app.Components.LaunchingActivity.KEY_FINISH_BEFORE_LAUNCH;
37 && intent.getExtras().getBoolean(KEY_FINISH_BEFORE_LAUNCH)) { in onCreate()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DComponents.java601 public static final String KEY_FINISH_BEFORE_LAUNCH = "finish_before_launch"; field in Components.LaunchingActivity
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DActivityManagerTestBase.java87 import static android.server.wm.app.Components.LaunchingActivity.KEY_FINISH_BEFORE_LAUNCH;
2500 commandBuilder.append(" --ez " + KEY_FINISH_BEFORE_LAUNCH + " true");