Searched defs:executeShellCommand (Results 1 – 9 of 9) sorted by relevance
36 public String executeShellCommand(String command) throws TestException { in executeShellCommand() method in Device
61 private static String executeShellCommand(final String command) in executeShellCommand() method in LocalOverlayManager
152 private String executeShellCommand(String cmd) throws Exception { in executeShellCommand() method in BatteryStatsUserLifecycleTests
47 void executeShellCommand(String command, in ParcelFileDescriptor sink, in executeShellCommand() method
360 public void executeShellCommand(final String command, final ParcelFileDescriptor sink, in executeShellCommand() method in UiAutomationConnection
1105 public ParcelFileDescriptor executeShellCommand(String command) { in executeShellCommand() method in UiAutomation
163 private static void executeShellCommand(String command) throws IOException { in executeShellCommand() method in DeviceConfigServiceTest
353 protected static void executeShellCommand(String command) throws IOException { in executeShellCommand() method in BaseSettingsProviderTest
1243 private String executeShellCommand(String cmd) throws Exception { in executeShellCommand() method in DatabaseGeneralTest