Home
last modified time | relevance | path

Searched defs:runShellCommand (Results 1 – 11 of 11) sorted by relevance

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DSystemUtil.java68 public static String runShellCommand(Instrumentation instrumentation, String cmd) in runShellCommand() method in SystemUtil
82 public static String runShellCommand(UiAutomation automation, String cmd) in runShellCommand() method in SystemUtil
104 public static String runShellCommand(String cmd) { in runShellCommand() method in SystemUtil
117 public static String runShellCommand(String cmd, Predicate<String> resultChecker) { in runShellCommand() method in SystemUtil
DShellUtils.java39 public static String runShellCommand(@NonNull String template, Object...args) { in runShellCommand() method in ShellUtils
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DSystemUtil.java68 public static String runShellCommand(Instrumentation instrumentation, String cmd) in runShellCommand() method in SystemUtil
90 public static String runShellCommand(String cmd) { in runShellCommand() method in SystemUtil
103 public static String runShellCommand(String cmd, Predicate<String> resultChecker) { in runShellCommand() method in SystemUtil
DShellUtils.java39 public static String runShellCommand(@NonNull String template, Object...args) { in runShellCommand() method in ShellUtils
/cts/tests/tests/slice/src/android/slice/cts/
DSliceManagerTest.java187 public static ArrayList<String> runShellCommand(String command) throws Exception { in runShellCommand() method in SliceManagerTest
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DBaseDeviceAdminTest.java102 protected String runShellCommand(String template, Object...args) { in runShellCommand() method in BaseDeviceAdminTest
/cts/hostsidetests/incident/apps/boundwidgetapp/src/android/appwidget/cts/
DAppWidgetTest.java121 private ArrayList<String> runShellCommand(String command) throws Exception { in runShellCommand() method in AppWidgetTest
/cts/tests/tests/appwidget/src/android/appwidget/cts/
DAppWidgetTestCase.java190 public ArrayList<String> runShellCommand(String command) throws Exception { in runShellCommand() method in AppWidgetTestCase
/cts/tests/tests/packageinstaller/adminpackageinstaller/src/android/packageinstaller/admin/cts/
DBasePackageInstallTest.java220 public ArrayList<String> runShellCommand(String command) throws Exception { in runShellCommand() method in BasePackageInstallTest
/cts/tests/apppredictionservice/src/android/apppredictionservice/cts/
DAppPredictionServiceTest.java293 private void runShellCommand(String command) { in runShellCommand() method in AppPredictionServiceTest
/cts/tests/tests/display/src/android/display/cts/
DBrightnessTest.java422 private String runShellCommand(String cmd) { in runShellCommand() method in BrightnessTest