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