Searched defs:executeShellCommand (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
H A DUiAutomationConnection.java271 public void executeShellCommand(final String command, final ParcelFileDescriptor sink) method in class:UiAutomationConnection
H A DUiAutomation.java980 public ParcelFileDescriptor executeShellCommand(String command) { method in class:UiAutomation
994 mUiAutomationConnection.executeShellCommand(command, sink);

Completed in 307 milliseconds