Searched refs:KEY_LAUNCH_TO_SIDE (Results 1 – 2 of 2) sorted by relevance
56 public static final String KEY_LAUNCH_TO_SIDE = "launch_to_the_side"; field in ActivityLauncher185 if (getBoolean(extras, KEY_LAUNCH_TO_SIDE)) { in launchActivityFromExtras()
64 import static android.server.wm.ActivityLauncher.KEY_LAUNCH_TO_SIDE;2581 b.putBoolean(KEY_LAUNCH_TO_SIDE, mToSide);2628 commandBuilder.append(" --ez " + KEY_LAUNCH_TO_SIDE + " true");