Searched refs:cmd (Results 1 – 1 of 1) sorted by relevance
91 public List<String> executeShellCommand(String cmd) { in executeShellCommand() argument92 if (cmd == null || cmd.isEmpty()) { in executeShellCommand()96 ParcelFileDescriptor pfd = mUiAutomation.executeShellCommand(cmd); in executeShellCommand()