Home
last modified time | relevance | path

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

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