Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/
DJarHostTestTest.java145 assertTrue(res.get(0) instanceof JarHostTest); in testSplit_withoutJar() local
146 assertTrue(res.get(1) instanceof JarHostTest); in testSplit_withoutJar() local
163 assertTrue(res.get(0) instanceof JarHostTest); in testSplit_withJar() local
166 assertTrue(res.get(1) instanceof JarHostTest); in testSplit_withJar() local
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
DJarHostTest.java32 public class JarHostTest extends HostTest { class