HomeSort by relevance Sort by last modified time
    Searched refs:runCmdInBackground (Results 1 - 5 of 5) sorted by null

  /tools/tradefederation/core/src/com/android/tradefed/util/
IRunUtil.java 172 public Process runCmdInBackground(String... command) throws IOException;
175 * An alternate {@link #runCmdInBackground(String...)} method that accepts the command arguments
183 public Process runCmdInBackground(List<String> command) throws IOException;
193 public Process runCmdInBackground(List<String> command, OutputStream output)
RunUtil.java 280 public Process runCmdInBackground(final String... command) throws IOException {
290 public Process runCmdInBackground(final List<String> command) throws IOException {
299 public Process runCmdInBackground(List<String> command, OutputStream output)
  /cts/hostsidetests/jdwpsecurity/src/android/jdwpsecurity/cts/
JdwpSecurityHostTest.java 145 return RunUtil.getDefault().runCmdInBackground(shellScriptCommand);
215 Process adbProcess = RunUtil.getDefault().runCmdInBackground(adbJdwpCommand);
  /cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
AppSecurityTests.java 334 final Process adbProcess = RunUtil.getDefault().runCmdInBackground(command);
  /tools/tradefederation/core/src/com/android/tradefed/device/
DeviceManager.java 572 Process p = runUtil.runCmdInBackground(fullArgs, emulatorOutput);
    [all...]

Completed in 121 milliseconds