Home
last modified time | relevance | path

Searched refs:KEY_MULTIPLE_INSTANCES (Results 1 – 2 of 2) sorted by relevance

/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DActivityLauncher.java132 public static final String KEY_MULTIPLE_INSTANCES = "multiple_instances"; field in ActivityLauncher
212 if (extras.getBoolean(KEY_MULTIPLE_INSTANCES)) { in launchActivityFromExtras()
DActivityManagerTestBase.java55 import static android.server.wm.ActivityLauncher.KEY_MULTIPLE_INSTANCES;
2441 b.putBoolean(KEY_MULTIPLE_INSTANCES, mAllowMultipleInstances);
2494 commandBuilder.append(" --ez " + KEY_MULTIPLE_INSTANCES + " true");