Home
last modified time | relevance | path

Searched defs:roots (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/security/src/android/security/cts/
DX509CertChainBuildingTest.java191 X509Certificate[] roots) throws Exception { in assertExactPath()
225 private static void assertNoPath(X509Certificate[] bagOfCerts, X509Certificate[] roots) in assertNoPath()
/cts/tests/core/runner/src/com/android/cts/core/runner/
DCoreTestRunner.java189 List<String> roots = getRootClassNames(args); in onCreate() local
229 List<String> roots; in getRootClassNames() local