Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DLaunchActivityBuilder.java74 private boolean mAllowMultipleInstances = true; field in LaunchActivityBuilder
187 mAllowMultipleInstances = allowMultipleInstances; in allowMultipleInstances()
508 b.putBoolean(KEY_MULTIPLE_INSTANCES, mAllowMultipleInstances); in launchUsingInstrumentation()
565 if (mAllowMultipleInstances) { in launchUsingShellCommand()