Home
last modified time | relevance | path

Searched defs:executeShellCommand (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/app/
DIUiAutomationConnection.aidl45 void executeShellCommand(String command, in ParcelFileDescriptor fd); in executeShellCommand() method
DUiAutomationConnection.java271 public void executeShellCommand(final String command, final ParcelFileDescriptor sink) in executeShellCommand() method in UiAutomationConnection
DUiAutomation.java989 public ParcelFileDescriptor executeShellCommand(String command) { in executeShellCommand() method in UiAutomation
/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/
DBaseSettingsProviderTest.java350 protected static void executeShellCommand(String command) throws IOException { in executeShellCommand() method in BaseSettingsProviderTest