/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | SystemUtil.java | 68 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
|
D | ShellUtils.java | 39 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/ |
D | SystemUtil.java | 68 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
|
D | ShellUtils.java | 39 public static String runShellCommand(@NonNull String template, Object...args) { in runShellCommand() method in ShellUtils
|
/cts/tests/tests/slice/src/android/slice/cts/ |
D | SliceManagerTest.java | 187 public static ArrayList<String> runShellCommand(String command) throws Exception { in runShellCommand() method in SliceManagerTest
|
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/ |
D | BaseDeviceAdminTest.java | 102 protected String runShellCommand(String template, Object...args) { in runShellCommand() method in BaseDeviceAdminTest
|
/cts/hostsidetests/incident/apps/boundwidgetapp/src/android/appwidget/cts/ |
D | AppWidgetTest.java | 121 private ArrayList<String> runShellCommand(String command) throws Exception { in runShellCommand() method in AppWidgetTest
|
/cts/tests/tests/appwidget/src/android/appwidget/cts/ |
D | AppWidgetTestCase.java | 190 public ArrayList<String> runShellCommand(String command) throws Exception { in runShellCommand() method in AppWidgetTestCase
|
/cts/tests/tests/packageinstaller/adminpackageinstaller/src/android/packageinstaller/admin/cts/ |
D | BasePackageInstallTest.java | 220 public ArrayList<String> runShellCommand(String command) throws Exception { in runShellCommand() method in BasePackageInstallTest
|
/cts/tests/apppredictionservice/src/android/apppredictionservice/cts/ |
D | AppPredictionServiceTest.java | 293 private void runShellCommand(String command) { in runShellCommand() method in AppPredictionServiceTest
|
/cts/tests/tests/display/src/android/display/cts/ |
D | BrightnessTest.java | 422 private String runShellCommand(String cmd) { in runShellCommand() method in BrightnessTest
|