Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/testtype/
DIsolatedHostTestTest.java132 List<String> commandArgs = mHostTest.compileCommandArgs("", null); in testRobolectricResourcesPositive()
168 List<String> commandArgs = mHostTest.compileCommandArgs("", null); in testRavenwoodResourcesPositive()
191 List<String> commandArgs = mHostTest.compileCommandArgs("", null); in testRobolectricResourcesNegative()
208 List<String> commandArgs = mHostTest.compileCommandArgs("", null); in testRavenwoodResourcesNegative()
225 List<String> commandArgs = mHostTest.compileCommandArgs("", null); in testCoverageArgsAreAdded_whenCoverageIsTurnedOn()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DIsolatedHostTest.java222 List<String> cmdArgs = this.compileCommandArgs(classpath, artifactsDir); in run()
336 public List<String> compileCommandArgs(String classpath, File artifactsDir) { in compileCommandArgs() method in IsolatedHostTest