Home
last modified time | relevance | path

Searched refs:executeShellCommand (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/app/
DIUiAutomationConnection.aidl46 void executeShellCommand(String command, in ParcelFileDescriptor fd); in executeShellCommand() method
DUiAutomation.java859 public ParcelFileDescriptor executeShellCommand(String command) { in executeShellCommand() method in UiAutomation
873 mUiAutomationConnection.executeShellCommand(command, sink); in executeShellCommand()
DUiAutomationConnection.java230 public void executeShellCommand(String command, ParcelFileDescriptor sink) in executeShellCommand() method in UiAutomationConnection
/frameworks/base/docs/html/about/versions/
Dandroid-5.0.jd1085 {@link android.app.UiAutomation#executeShellCommand(java.lang.String) executeShellCommand()}
/frameworks/base/docs/html/sdk/api_diff/21/
DmissingSinces.txt338 NO DOC BLOCK: android.app.UiAutomation Method executeShellCommand(java.lang.String)
/frameworks/base/api/
Dcurrent.txt5108 method public android.os.ParcelFileDescriptor executeShellCommand(java.lang.String);