Searched defs:executeShellCommand (Results 1 – 7 of 7) sorted by relevance
46 void executeShellCommand(String command, in ParcelFileDescriptor sink, in executeShellCommand() method
308 public void executeShellCommand(final String command, final ParcelFileDescriptor sink, in executeShellCommand() method in UiAutomationConnection
1003 public ParcelFileDescriptor executeShellCommand(String command) { in executeShellCommand() method in UiAutomation
151 private String executeShellCommand(String cmd) throws Exception { in executeShellCommand() method in BatteryStatsUserLifecycleTests
350 protected static void executeShellCommand(String command) throws IOException { in executeShellCommand() method in BaseSettingsProviderTest
1242 private String executeShellCommand(String cmd) throws Exception { in executeShellCommand() method in DatabaseGeneralTest
545 protected static String executeShellCommand(UiAutomation automation, String command) in executeShellCommand() method in OverlayBaseTest