Searched refs:cmd (Results 1 – 1 of 1) sorted by relevance
1360 public @NonNull String executeShellCommand(@NonNull String cmd) throws IOException { in executeShellCommand() argument1361 Log.d(TAG, String.format("Executing shell command: %s", cmd)); in executeShellCommand()1362 try (ParcelFileDescriptor pfd = getUiAutomation().executeShellCommand(cmd); in executeShellCommand()