Searched defs:runShellCommand (Results 1 – 4 of 4) sorted by relevance
39 public static String runShellCommand(String cmd) { in runShellCommand() method in Utils
37 public static String runShellCommand(@NonNull String template, Object...args) { in runShellCommand() method in ShellHelper
95 protected void runShellCommand(String command) throws IOException { in runShellCommand() method in SysuiTestCase
144 private static String runShellCommand(String cmd) throws IOException { in runShellCommand() method in BackgroundDexOptServiceIntegrationTests