Searched defs:runShellCommand (Results 1 – 9 of 9) 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
133 private static String runShellCommand(String cmd) throws Exception { in runShellCommand() method in UserManagerServiceTest
82 private String runShellCommand(String cmd) { in runShellCommand() method in AtraceUtils
152 private String runShellCommand(String cmd) { in runShellCommand() method in BlobStorePerfTests
198 private static void runShellCommand(String cmd) { in runShellCommand() method in NetworkStagedRollbackTest
157 protected void runShellCommand(String command) throws IOException { in runShellCommand() method in SysuiTestCase
145 private static String runShellCommand(String cmd) throws IOException { in runShellCommand() method in BackgroundDexOptServiceIntegrationTests
230 private static String runShellCommand(String cmd) { in runShellCommand() method in ActivityManagerTest