Searched refs:KEY_MULTIPLE_INSTANCES (Results 1 – 2 of 2) sorted by relevance
133 public static final String KEY_MULTIPLE_INSTANCES = "multiple_instances"; field in ActivityLauncher218 if (extras.getBoolean(KEY_MULTIPLE_INSTANCES)) { in launchActivityFromExtras()
65 import static android.server.wm.ActivityLauncher.KEY_MULTIPLE_INSTANCES;2585 b.putBoolean(KEY_MULTIPLE_INSTANCES, mAllowMultipleInstances);2640 commandBuilder.append(" --ez " + KEY_MULTIPLE_INSTANCES + " true");