Searched defs:runShellCommand (Results 1 – 4 of 4) sorted by relevance
58 public static String runShellCommand(Instrumentation instrumentation, String cmd) in runShellCommand() method in SystemUtil
49 protected void runShellCommand(String command) throws Exception { in runShellCommand() method in CtsJankTestBase
37 def runShellCommand(self, cmd): member in androidDevice
72 private void runShellCommand(String command) throws IOException, InterruptedException { in runShellCommand() method in CtsUiAutomatorTest