Searched refs:KEY_LAUNCH_ACTIVITY (Results 1 – 4 of 4) sorted by relevance
43 public static final String KEY_LAUNCH_ACTIVITY = "launch_activity"; field in ActivityLauncher135 if (extras == null || !extras.getBoolean(KEY_LAUNCH_ACTIVITY)) { in launchActivityFromExtras()
49 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");
23 import static android.server.wm.ActivityLauncher.KEY_LAUNCH_ACTIVITY;255 extras.putBoolean(KEY_LAUNCH_ACTIVITY, true); in launchActivity()
24 import static android.server.wm.ActivityLauncher.KEY_LAUNCH_ACTIVITY;503 .putExtra(KEY_LAUNCH_ACTIVITY, true) in testLaunchPendingActivityOnSecondaryDisplay()