Home
last modified time | relevance | path

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

/cts/common/device-side/util/src/com/android/compatibility/common/util/
DSystemUtil.java64 public static String runShellCommand(Instrumentation instrumentation, String cmd) in runShellCommand() method in SystemUtil
86 public static String runShellCommand(String cmd) { in runShellCommand() method in SystemUtil
99 public static String runShellCommand(String cmd, Predicate<String> resultChecker) { in runShellCommand() method in SystemUtil
/cts/tests/autofillservice/src/android/autofillservice/cts/common/
DShellHelper.java38 public static String runShellCommand(@NonNull String template, Object...args) { in runShellCommand() method in ShellHelper
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DBaseDeviceAdminTest.java91 protected String runShellCommand(String template, Object...args) { in runShellCommand() method in BaseDeviceAdminTest
/cts/tests/tests/slice/src/android/slice/cts/
DSliceManagerTest.java173 public static ArrayList<String> runShellCommand(String command) throws Exception { in runShellCommand() method in SliceManagerTest
/cts/tests/tests/appwidget/src/android/appwidget/cts/
DAppWidgetTestCase.java159 public ArrayList<String> runShellCommand(String command) throws Exception { in runShellCommand() method in AppWidgetTestCase
/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/packageinstaller/adminpackageinstaller/src/android/packageinstaller/admin/cts/
DBasePackageInstallTest.java220 public ArrayList<String> runShellCommand(String command) throws Exception { in runShellCommand() method in BasePackageInstallTest
/cts/tests/tests/preference2/src/android/preference2/cts/
DTestUtils.java236 private String runShellCommand(String cmd) { in runShellCommand() method in TestUtils
/cts/tests/tests/display/src/android/display/cts/
DBrightnessTest.java393 private String runShellCommand(String cmd) { in runShellCommand() method in BrightnessTest