Searched defs:executeShellCommand (Results 1 – 4 of 4) sorted by relevance
45 void executeShellCommand(String command, in ParcelFileDescriptor fd); in executeShellCommand() method
271 public void executeShellCommand(final String command, final ParcelFileDescriptor sink) in executeShellCommand() method in UiAutomationConnection
989 public ParcelFileDescriptor executeShellCommand(String command) { in executeShellCommand() method in UiAutomation
350 protected static void executeShellCommand(String command) throws IOException { in executeShellCommand() method in BaseSettingsProviderTest