Home
last modified time | relevance | path

Searched defs:executeShellCommandWithStderr (Results 1 – 2 of 2) 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.java466 public void executeShellCommandWithStderr(final String command, final ParcelFileDescriptor sink, in executeShellCommandWithStderr() method in UiAutomationConnection