Searched refs:runCmdInBackground (Results 1 – 5 of 5) sorted by relevance
172 public Process runCmdInBackground(String... command) throws IOException; in runCmdInBackground() method183 public Process runCmdInBackground(List<String> command) throws IOException; in runCmdInBackground() method193 public Process runCmdInBackground(List<String> command, OutputStream output) in runCmdInBackground() method
280 public Process runCmdInBackground(final String... command) throws IOException { in runCmdInBackground() method in RunUtil290 public Process runCmdInBackground(final List<String> command) throws IOException { in runCmdInBackground() method in RunUtil299 public Process runCmdInBackground(List<String> command, OutputStream output) in runCmdInBackground() method in RunUtil
125 EasyMock.expect(mRunUtil.runCmdInBackground(Arrays.asList(commandArray), mockOut)) in testBgCommand()
222 .runCmdInBackground( in runBgCommandList()
620 Process p = runUtil.runCmdInBackground(fullArgs, emulatorOutput); in launchEmulator()