Searched defs:runShellCommand (Results 1 – 9 of 9) sorted by relevance
64 public static String runShellCommand(Instrumentation instrumentation, String cmd) in runShellCommand() method in SystemUtil86 public static String runShellCommand(String cmd) { in runShellCommand() method in SystemUtil99 public static String runShellCommand(String cmd, Predicate<String> resultChecker) { in runShellCommand() method in SystemUtil
38 public static String runShellCommand(@NonNull String template, Object...args) { in runShellCommand() method in ShellHelper
91 protected String runShellCommand(String template, Object...args) { in runShellCommand() method in BaseDeviceAdminTest
173 public static ArrayList<String> runShellCommand(String command) throws Exception { in runShellCommand() method in SliceManagerTest
159 public ArrayList<String> runShellCommand(String command) throws Exception { in runShellCommand() method in AppWidgetTestCase
121 private ArrayList<String> runShellCommand(String command) throws Exception { in runShellCommand() method in AppWidgetTest
220 public ArrayList<String> runShellCommand(String command) throws Exception { in runShellCommand() method in BasePackageInstallTest
236 private String runShellCommand(String cmd) { in runShellCommand() method in TestUtils
393 private String runShellCommand(String cmd) { in runShellCommand() method in BrightnessTest