Home
last modified time | relevance | path

Searched refs:newVmCommandBuilder (Results 1 – 10 of 10) sorted by relevance

/external/vogar/test/vogar/android/
DDeviceRuntimeAdbTargetTest.java60 VmCommandBuilder builder = newVmCommandBuilder(deviceRuntime) in testAdbTarget()
94 VmCommandBuilder builder = newVmCommandBuilder(deviceRuntime) in testAdbTarget_Benchmark()
DAbstractModeTest.java95 protected VmCommandBuilder newVmCommandBuilder(Mode mode) { in newVmCommandBuilder() method in AbstractModeTest
98 return mode.newVmCommandBuilder(action, new File("/work")); in newVmCommandBuilder()
DHostRuntimeLocalTargetTest.java63 VmCommandBuilder builder = newVmCommandBuilder(hostRuntime) in testLocalTarget()
122 VmCommandBuilder builder = newVmCommandBuilder(hostRuntime) in testLocalTarget_Benchmark()
DDeviceRuntimeSshTargetTest.java54 VmCommandBuilder builder = newVmCommandBuilder(deviceRuntime) in testSshTarget()
/external/vogar/src/vogar/
DMode.java56 VmCommandBuilder newVmCommandBuilder(Action action, File workingDirectory); in newVmCommandBuilder() method
DJavaVm.java43 @Override public VmCommandBuilder newVmCommandBuilder(Action action, File workingDirectory) { in newVmCommandBuilder() method in JavaVm
/external/vogar/src/vogar/android/
DActivityMode.java61 @Override public VmCommandBuilder newVmCommandBuilder(Action action, File workingDirectory) { in newVmCommandBuilder() method in ActivityMode
DDeviceRuntime.java77 @Override public VmCommandBuilder newVmCommandBuilder(Action action, File workingDirectory) { in newVmCommandBuilder() method in DeviceRuntime
DHostRuntime.java92 @Override public VmCommandBuilder newVmCommandBuilder(Action action, File workingDirectory) { in newVmCommandBuilder() method in HostRuntime
/external/vogar/src/vogar/tasks/
DRunActionTask.java141 VmCommandBuilder vmCommandBuilder = run.mode.newVmCommandBuilder(action, workingDirectory); in createActionCommand()