Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DAmStartOptionsTests.java114 final ComponentName actualActivity, boolean shouldStart) { in startActivityAndVerifyResult() argument
124 + (shouldStart ? " -d about:blank" : "")); in startActivityAndVerifyResult()
127 verifyShellOutput(result, actualActivity, shouldStart); in startActivityAndVerifyResult()
148 final String result, final ComponentName activity, boolean shouldStart) { in verifyShellOutput() argument
178 if (shouldStart && warningFound) { in verifyShellOutput()
180 } else if (!shouldStart && !warningFound){ in verifyShellOutput()