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.java139 List<String> commandArgs = mHostTest.compileCommandArgs("", null); in testRobolectricResourcesPositive()
173 List<String> commandArgs = mHostTest.compileCommandArgs("", null); in testRavenwoodResourcesPositive()
196 List<String> commandArgs = mHostTest.compileCommandArgs("", null); in testRobolectricResourcesNegative()
210 List<String> commandArgs = mHostTest.compileCommandArgs("", null); in testRavenwoodResourcesNegative()
227 List<String> commandArgs = mHostTest.compileCommandArgs("", null); in testCoverageArgsAreAdded_whenCoverageIsTurnedOn()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DIsolatedHostTest.java260 List<String> cmdArgs = this.compileCommandArgs(classpath, artifactsDir); in run()
395 public List<String> compileCommandArgs(String classpath, File artifactsDir) { in compileCommandArgs() method in IsolatedHostTest