Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DActivityLauncher.java43 public static final String KEY_LAUNCH_ACTIVITY = "launch_activity"; field in ActivityLauncher
135 if (extras == null || !extras.getBoolean(KEY_LAUNCH_ACTIVITY)) { in launchActivityFromExtras()
DActivityManagerTestBase.java49 import static android.server.wm.ActivityLauncher.KEY_LAUNCH_ACTIVITY;
318 .putExtra(KEY_LAUNCH_ACTIVITY, true) in launchActivityNewTask()
1990 b.putBoolean(KEY_LAUNCH_ACTIVITY, true);
2024 commandBuilder.append(" --ez " + KEY_LAUNCH_ACTIVITY + " true");
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DVirtualDisplayActivity.java23 import static android.server.wm.ActivityLauncher.KEY_LAUNCH_ACTIVITY;
255 extras.putBoolean(KEY_LAUNCH_ACTIVITY, true); in launchActivity()
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DMultiDisplayActivityLaunchTests.java24 import static android.server.wm.ActivityLauncher.KEY_LAUNCH_ACTIVITY;
503 .putExtra(KEY_LAUNCH_ACTIVITY, true) in testLaunchPendingActivityOnSecondaryDisplay()