Searched refs:newVmCommandBuilder (Results 1 – 10 of 10) sorted by relevance
94 protected VmCommandBuilder newVmCommandBuilder(Mode mode) { in newVmCommandBuilder() method in AbstractModeTest97 return mode.newVmCommandBuilder(action, new File("/work")); in newVmCommandBuilder()
60 VmCommandBuilder builder = newVmCommandBuilder(deviceRuntime) in testAdbTarget()94 VmCommandBuilder builder = newVmCommandBuilder(deviceRuntime) in testAdbTarget_Benchmark()
63 VmCommandBuilder builder = newVmCommandBuilder(hostRuntime) in testLocalTarget()118 VmCommandBuilder builder = newVmCommandBuilder(hostRuntime) in testLocalTarget_Benchmark()
54 VmCommandBuilder builder = newVmCommandBuilder(deviceRuntime) in testSshTarget()
56 VmCommandBuilder newVmCommandBuilder(Action action, File workingDirectory); in newVmCommandBuilder() method
43 @Override public VmCommandBuilder newVmCommandBuilder(Action action, File workingDirectory) { in newVmCommandBuilder() method in JavaVm
61 @Override public VmCommandBuilder newVmCommandBuilder(Action action, File workingDirectory) { in newVmCommandBuilder() method in ActivityMode
76 @Override public VmCommandBuilder newVmCommandBuilder(Action action, File workingDirectory) { in newVmCommandBuilder() method in DeviceRuntime
91 @Override public VmCommandBuilder newVmCommandBuilder(Action action, File workingDirectory) { in newVmCommandBuilder() method in HostRuntime
141 VmCommandBuilder vmCommandBuilder = run.mode.newVmCommandBuilder(action, workingDirectory); in createActionCommand()