Searched refs:CommandRunner (Results 1 – 6 of 6) sorted by relevance
18 import com.android.atest.commandAdapter.CommandRunner;43 CommandRunner lsCommand = new CommandRunner(command, "/"); in testCommandRunnerByLs()54 CommandRunner lsCommand = new CommandRunner("a", "b", "/", atestToolWindowMock, project); in testCommandRunnerByTarget()
42 public class CommandRunner { class44 private static final Logger LOG = Logger.getInstance(CommandRunner.class);58 public CommandRunner(ArrayList<String> cmds, String workPath) { in CommandRunner() method in CommandRunner73 public CommandRunner( in CommandRunner() method in CommandRunner
20 import com.android.atest.commandAdapter.CommandRunner;151 CommandRunner runner = in setRunButton()152 new CommandRunner( in setRunButton()171 CommandRunner.stopProcess(mProject); in setStopButton()
20 import com.android.atest.commandAdapter.CommandRunner;168 CommandRunner runner = in getState()169 new CommandRunner( in getState()
62 com.android.tradefed.command.CommandRunner "$@"