Searched refs:KEY_LAUNCH_ACTIVITY (Results 1 – 5 of 5) sorted by relevance
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/ |
D | ActivityLauncher.java | 47 public static final String KEY_LAUNCH_ACTIVITY = "launch_activity"; field in ActivityLauncher 169 if (!getBoolean(extras, KEY_LAUNCH_ACTIVITY)) { in launchActivityFromExtras()
|
D | ActivityManagerTestBase.java | 62 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/ |
D | VirtualDisplayActivity.java | 23 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/ |
D | MultiDisplayActivityLaunchTests.java | 29 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/ |
D | ActivityMetricsLoggerTests.java | 21 import static android.server.wm.ActivityLauncher.KEY_LAUNCH_ACTIVITY; 444 "am start --ez " + KEY_LAUNCH_ACTIVITY in testConsecutiveLaunch()
|