Searched defs:runShellCommand (Results 1 – 10 of 10) sorted by relevance
39 public static String runShellCommand(String cmd) { in runShellCommand() method in Utils
124 private static @Nullable String runShellCommand(@NonNull String command) throws IOException { in runShellCommand() method in VintfObject
78 public static String runShellCommand(@NonNull String template, Object...args) { in runShellCommand() method in ShellHelper
82 private String runShellCommand(String cmd) { in runShellCommand() method in AtraceUtils
266 private String runShellCommand(String cmd) { in runShellCommand() method in BlobStorePerfTests
198 private static void runShellCommand(String cmd) { in runShellCommand() method in NetworkStagedRollbackTest
26 status_t runShellCommand(const std::string& cmd, std::string& result) { in runShellCommand() function
205 private static String runShellCommand(String cmd) throws Exception { in runShellCommand() method in UserManagerServiceTest
149 private static String runShellCommand(String cmd) throws IOException { in runShellCommand() method in BackgroundDexOptServiceIntegrationTests
233 private static String runShellCommand(String cmd) { in runShellCommand() method in ActivityManagerTest