Home
last modified time | relevance | path

Searched defs:executeShellCommandWithStderr (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/core/java/android/app/
H A DIUiAutomationConnection.aidl59 void executeShellCommandWithStderr(String command, in ParcelFileDescriptor sink, in executeShellCommandWithStderr() method
H A DUiAutomationConnection.java424 public void executeShellCommandWithStderr(final String command, final ParcelFileDescriptor sink, in executeShellCommandWithStderr() method in UiAutomationConnection