/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | SystemUtil.java | 74 public static String runShellCommand(Instrumentation instrumentation, String cmd) in runShellCommand() method in SystemUtil 88 public static String runShellCommand(UiAutomation automation, String cmd) in runShellCommand() method in SystemUtil 123 public static String runShellCommand(String cmd) { in runShellCommand() method in SystemUtil 182 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 | 188 public static ArrayList<String> runShellCommand(String command) throws Exception { in runShellCommand() method in SliceManagerTest
|
/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 | 228 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/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/ |
D | BaseDeviceAdminTest.java | 180 protected String runShellCommand(String template, Object...args) { in runShellCommand() method in BaseDeviceAdminTest
|
/cts/tests/smartspace/src/android/smartspace/cts/ |
D | SmartspaceManagerTest.java | 241 private void runShellCommand(String command) { in runShellCommand() method in SmartspaceManagerTest
|
/cts/tests/apppredictionservice/src/android/apppredictionservice/cts/ |
D | AppPredictionServiceTest.java | 300 private void runShellCommand(String command) { in runShellCommand() method in AppPredictionServiceTest
|
/cts/tests/searchui/src/android/searchuiservice/cts/ |
D | SearchUiManagerTest.java | 268 private void runShellCommand(String command) { in runShellCommand() method in SearchUiManagerTest
|
/cts/tests/tests/display/src/android/display/cts/ |
D | BrightnessTest.java | 583 private String runShellCommand(String cmd) { in runShellCommand() method in BrightnessTest
|
/cts/hostsidetests/devicepolicy/app/LauncherTests/src/com/android/cts/launchertests/ |
D | LauncherAppsTests.java | 550 private void runShellCommand(String format, Object...args) throws IOException { in runShellCommand() method in LauncherAppsTests
|