Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DBaseDevicePolicyTest.java233 StringBuilder testsToRun = new StringBuilder(); in doRunTestsAsUser() local
235 testsToRun.append("-e class " + testClassName); in doRunTestsAsUser()
237 testsToRun.append("#" + testMethodName); in doRunTestsAsUser()
241 + testsToRun + " " + pkgName + "/" + RUNNER; in doRunTestsAsUser()