Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DActivityLauncher.java46 public static final String KEY_LAUNCH_ACTIVITY = "launch_activity"; field in ActivityLauncher
163 if (!getBoolean(extras, KEY_LAUNCH_ACTIVITY)) { in launchActivityFromExtras()
DActivityManagerTestBase.java52 import static android.server.wm.ActivityLauncher.KEY_LAUNCH_ACTIVITY;
366 .putExtra(KEY_LAUNCH_ACTIVITY, true) in launchActivityNewTask()
2436 b.putBoolean(KEY_LAUNCH_ACTIVITY, true);
2479 commandBuilder.append(" --ez " + KEY_LAUNCH_ACTIVITY + " true");
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DMultiDisplayActivityLaunchTests.java28 import static android.server.wm.ActivityLauncher.KEY_LAUNCH_ACTIVITY;
526 extraBool(KEY_LAUNCH_ACTIVITY, true), extraBool(KEY_LAUNCH_IMPLICIT, true), in testLaunchExistingActivityReparentDisplay()
570 .putExtra(KEY_LAUNCH_ACTIVITY, true) in testLaunchPendingActivityOnSecondaryDisplay()
873 extraBool(KEY_LAUNCH_ACTIVITY, true), extraBool(KEY_LAUNCH_IMPLICIT, true), in testLaunchingFromApplicationContext()
890 extraBool(KEY_LAUNCH_ACTIVITY, true), in testLaunchingFromPendingIntent()
DActivityMetricsLoggerTests.java20 import static android.server.wm.ActivityLauncher.KEY_LAUNCH_ACTIVITY;
418 final String amStartOutput = executeShellCommand("am start --ez " + KEY_LAUNCH_ACTIVITY in testConsecutiveLaunch()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DVirtualDisplayActivity.java23 import static android.server.wm.ActivityLauncher.KEY_LAUNCH_ACTIVITY;
246 extras.putBoolean(KEY_LAUNCH_ACTIVITY, true); in launchActivity()