Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/src/com/android/cts/appsecurity/
DKeySetHostTest.java168 TestRunResult runResult = doRunTests(pkgName, testClassName, testMethodName); in runDeviceTests()
179 private TestRunResult doRunTests(String pkgName, String testClassName, in doRunTests() method in KeySetHostTest
389 TestRunResult result = doRunTests(KEYSET_TEST_PKG, PERM_TEST_CLASS, in testKeyRotationPerm()
400 result = doRunTests(KEYSET_TEST_PKG, PERM_TEST_CLASS, in testKeyRotationPerm()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DBaseDevicePolicyTest.java203 ? doRunTests(pkgName, testClassName, testMethodName) in runDeviceTests()
211 private TestRunResult doRunTests( in doRunTests() method in BaseDevicePolicyTest