Searched refs:KEY_LAUNCH_TO_SIDE (Results 1 – 2 of 2) sorted by relevance
45 public static final String KEY_LAUNCH_TO_SIDE = "launch_to_the_side"; field in ActivityLauncher107 if (extras.getBoolean(KEY_LAUNCH_TO_SIDE)) { in launchActivityFromExtras()
38 import static android.server.am.ActivityLauncher.KEY_LAUNCH_TO_SIDE;1447 b.putBoolean(KEY_LAUNCH_TO_SIDE, mToSide);1479 commandBuilder.append(" --ez " + KEY_LAUNCH_TO_SIDE + " true");