Home
last modified time | relevance | path

Searched refs:cmd (Results 1 – 1 of 1) sorted by relevance

/test/uiautomator/uiautomator/src/main/java/androidx/test/uiautomator/
DUiDevice.java1360 public @NonNull String executeShellCommand(@NonNull String cmd) throws IOException { in executeShellCommand() argument
1361 Log.d(TAG, String.format("Executing shell command: %s", cmd)); in executeShellCommand()
1362 try (ParcelFileDescriptor pfd = getUiAutomation().executeShellCommand(cmd); in executeShellCommand()