Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DIUiAutomationConnection.aidl62 void executeShellCommandWithStderr(String command, in ParcelFileDescriptor sink, in executeShellCommandWithStderr() method
H A DUiAutomationConnection.java462 executeShellCommandWithStderr(command, sink, source, null /* stderrSink */); in executeShellCommand()
466 public void executeShellCommandWithStderr(final String command, final ParcelFileDescriptor sink, in executeShellCommandWithStderr() method in UiAutomationConnection
H A DUiAutomation.java1620 mUiAutomationConnection.executeShellCommandWithStderr( in executeShellCommandInternal()