Home
last modified time | relevance | path

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

/cts/tests/framework/base/activitymanager/util/src/android/server/am/
DActivityLauncher.java40 public static final String KEY_LAUNCH_ACTIVITY = "launch_activity"; field in ActivityLauncher
97 if (extras == null || !extras.getBoolean(KEY_LAUNCH_ACTIVITY)) { in launchActivityFromExtras()
DActivityManagerTestBase.java37 import static android.server.am.ActivityLauncher.KEY_LAUNCH_ACTIVITY;
1446 b.putBoolean(KEY_LAUNCH_ACTIVITY, true);
1476 commandBuilder.append(" --ez " + KEY_LAUNCH_ACTIVITY + " true");
/cts/tests/framework/base/activitymanager/app/src/android/server/am/
DVirtualDisplayActivity.java22 import static android.server.am.ActivityLauncher.KEY_LAUNCH_ACTIVITY;
236 extras.putBoolean(KEY_LAUNCH_ACTIVITY, true); in launchActivity()
/cts/tests/framework/base/activitymanager/src/android/server/am/
DActivityManagerMultiDisplayTests.java22 import static android.server.am.ActivityLauncher.KEY_LAUNCH_ACTIVITY;
91 + ACTION_TRIGGER_BROADCAST + " --ez " + KEY_LAUNCH_ACTIVITY + " true --ez "