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