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.java47 public static final String KEY_LAUNCH_ACTIVITY = "launch_activity"; field in ActivityLauncher
169 if (!getBoolean(extras, KEY_LAUNCH_ACTIVITY)) { in launchActivityFromExtras()
DActivityManagerTestBase.java62 import static android.server.wm.ActivityLauncher.KEY_LAUNCH_ACTIVITY;
459 .putExtra(KEY_LAUNCH_ACTIVITY, true) in launchActivityNewTask()
2580 b.putBoolean(KEY_LAUNCH_ACTIVITY, true);
2625 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;
252 extras.putBoolean(KEY_LAUNCH_ACTIVITY, true); in launchActivity()
/cts/tests/framework/base/windowmanager/src/android/server/wm/multidisplay/
DMultiDisplayActivityLaunchTests.java29 import static android.server.wm.ActivityLauncher.KEY_LAUNCH_ACTIVITY;
533 extraBool(KEY_LAUNCH_ACTIVITY, true), extraBool(KEY_LAUNCH_IMPLICIT, true), in testLaunchExistingActivityReparentDisplay()
577 .putExtra(KEY_LAUNCH_ACTIVITY, true) in testLaunchPendingActivityOnSecondaryDisplay()
894 extraBool(KEY_LAUNCH_ACTIVITY, true), extraBool(KEY_LAUNCH_IMPLICIT, true), in testLaunchingFromApplicationContext()
911 extraBool(KEY_LAUNCH_ACTIVITY, true), in testLaunchingFromPendingIntent()
/cts/tests/framework/base/windowmanager/src/android/server/wm/activity/
DActivityMetricsLoggerTests.java21 import static android.server.wm.ActivityLauncher.KEY_LAUNCH_ACTIVITY;
444 "am start --ez " + KEY_LAUNCH_ACTIVITY in testConsecutiveLaunch()