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

/external/vogar/src/vogar/
H A DMode.java56 VmCommandBuilder newVmCommandBuilder(Action action, File workingDirectory); method in interface:Mode
H A DJavaVm.java43 @Override public VmCommandBuilder newVmCommandBuilder(Action action, File workingDirectory) { method in class:JavaVm
/external/vogar/test/vogar/android/
H A DHostRuntimeLocalTargetTest.java53 VmCommandBuilder builder = newVmCommandBuilder(hostRuntime)
90 VmCommandBuilder builder = newVmCommandBuilder(hostRuntime)
H A DAbstractModeTest.java92 protected VmCommandBuilder newVmCommandBuilder(Mode mode) { method in class:AbstractModeTest
95 return mode.newVmCommandBuilder(action, new File("/work"));
H A DDeviceRuntimeAdbTargetTest.java60 VmCommandBuilder builder = newVmCommandBuilder(deviceRuntime)
94 VmCommandBuilder builder = newVmCommandBuilder(deviceRuntime)
H A DDeviceRuntimeSshTargetTest.java54 VmCommandBuilder builder = newVmCommandBuilder(deviceRuntime)
/external/vogar/src/vogar/android/
H A DActivityMode.java61 @Override public VmCommandBuilder newVmCommandBuilder(Action action, File workingDirectory) { method in class:ActivityMode
H A DDeviceRuntime.java76 @Override public VmCommandBuilder newVmCommandBuilder(Action action, File workingDirectory) { method in class:DeviceRuntime
H A DHostRuntime.java89 @Override public VmCommandBuilder newVmCommandBuilder(Action action, File workingDirectory) { method in class:HostRuntime
/external/vogar/src/vogar/tasks/
H A DRunActionTask.java141 VmCommandBuilder vmCommandBuilder = run.mode.newVmCommandBuilder(action, workingDirectory);

Completed in 62 milliseconds