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.java150 assertTrue(res.get(0) instanceof JarHostTest); in testSplit_withoutJar() local
151 assertTrue(res.get(1) instanceof JarHostTest); in testSplit_withoutJar() local
168 assertTrue(res.get(0) instanceof JarHostTest); in testSplit_withJar() local
171 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.java33 public class JarHostTest extends HostTest { class