Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DIUiAutomationConnection.aidl62 void executeShellCommandWithStderr(String command, in ParcelFileDescriptor sink, in executeShellCommandWithStderr() method
DUiAutomationConnection.java536 executeShellCommandWithStderr(command, sink, source, null /* stderrSink */); in executeShellCommand()
540 public void executeShellCommandWithStderr(final String command, final ParcelFileDescriptor sink, in executeShellCommandWithStderr() method in UiAutomationConnection
DUiAutomation.java1750 mUiAutomationConnection.executeShellCommandWithStderr( in executeShellCommandInternal()