Searched refs:KEY_LAUNCH_ACTIVITY (Results 1 – 4 of 4) sorted by relevance
40 public static final String KEY_LAUNCH_ACTIVITY = "launch_activity"; field in ActivityLauncher97 if (extras == null || !extras.getBoolean(KEY_LAUNCH_ACTIVITY)) { in launchActivityFromExtras()
37 import static android.server.am.ActivityLauncher.KEY_LAUNCH_ACTIVITY;1446 b.putBoolean(KEY_LAUNCH_ACTIVITY, true);1476 commandBuilder.append(" --ez " + KEY_LAUNCH_ACTIVITY + " true");
22 import static android.server.am.ActivityLauncher.KEY_LAUNCH_ACTIVITY;236 extras.putBoolean(KEY_LAUNCH_ACTIVITY, true); in launchActivity()
22 import static android.server.am.ActivityLauncher.KEY_LAUNCH_ACTIVITY;91 + ACTION_TRIGGER_BROADCAST + " --ez " + KEY_LAUNCH_ACTIVITY + " true --ez "