Searched refs:compileCommandArgs (Results 1 – 2 of 2) sorted by relevance
132 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()
222 List<String> cmdArgs = this.compileCommandArgs(classpath, artifactsDir); in run()336 public List<String> compileCommandArgs(String classpath, File artifactsDir) { in compileCommandArgs() method in IsolatedHostTest