Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DIsolatedHostTest.java221 String classpath = this.compileClassPath(); in run()
487 public String compileClassPath() { in compileClassPath() method in IsolatedHostTest
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/
DIsolatedHostTestTest.java163 assertTrue(mHostTest.compileClassPath().contains("ravenwood-runtime")); in testRavenwoodResourcesPositive()
206 assertFalse(mHostTest.compileClassPath().contains("ravenwood-runtime")); in testRavenwoodResourcesNegative()