Home
last modified time | relevance | path

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

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DSystemUtil.java74 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
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.java188 public static ArrayList<String> runShellCommand(String command) throws Exception { in runShellCommand() method in SliceManagerTest
/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.java228 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/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DBaseDeviceAdminTest.java180 protected String runShellCommand(String template, Object...args) { in runShellCommand() method in BaseDeviceAdminTest
/cts/tests/smartspace/src/android/smartspace/cts/
DSmartspaceManagerTest.java241 private void runShellCommand(String command) { in runShellCommand() method in SmartspaceManagerTest
/cts/tests/apppredictionservice/src/android/apppredictionservice/cts/
DAppPredictionServiceTest.java300 private void runShellCommand(String command) { in runShellCommand() method in AppPredictionServiceTest
/cts/tests/searchui/src/android/searchuiservice/cts/
DSearchUiManagerTest.java268 private void runShellCommand(String command) { in runShellCommand() method in SearchUiManagerTest
/cts/tests/tests/display/src/android/display/cts/
DBrightnessTest.java583 private String runShellCommand(String cmd) { in runShellCommand() method in BrightnessTest
/cts/hostsidetests/devicepolicy/app/LauncherTests/src/com/android/cts/launchertests/
DLauncherAppsTests.java550 private void runShellCommand(String format, Object...args) throws IOException { in runShellCommand() method in LauncherAppsTests