Searched defs:logCommand (Results 1 – 3 of 3) sorted by relevance
187 public static void logCommand(String... cmd) throws Exception { in logCommand() method in Utils
194 private static void logCommand(String command, boolean allowEmptyOutput, byte[] stdInBytes) { in logCommand() method in ShellCommandUtils
475 public static void logCommand(String... cmd) throws Exception { in logCommand() method in CommonExternalStorageTest