Home
last modified time | relevance | path

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

/cts/tests/tests/companion/common/src/android/companion/cts/common/
DAppHelper.kt66 private fun runShellCommand(cmd: String) = instrumentation.runShellCommand(cmd) method in android.companion.cts.common.AppHelper
DTestBase.kt157 protected fun runShellCommand(cmd: String) = instrumentation.runShellCommand(cmd) in runShellCommand() method in android.companion.cts.common.TestBase
390 fun Instrumentation.runShellCommand(cmd: String): String { in runShellCommand() method
/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.java82 public static String runShellCommand(@NonNull String template, Object...args) { in runShellCommand() method in ShellUtils
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
DSettingsSession.java88 private String runShellCommand(@FormatString String format, Object... args) throws IOException { in runShellCommand() method in SettingsSession
/cts/tests/tests/display/src/android/display/cts/
DTestBase.java65 protected String runShellCommand(String cmd) { in runShellCommand() method in TestBase
/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/packagemanager/domainverification/lib/constants/android/src/com/android/cts/packagemanager/verify/domain/android/
DDomainVerificationIntentTestBase.kt102 protected fun runShellCommand(vararg commands: String) = commands.forEach { in runShellCommand() method
/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.java269 public ArrayList<String> runShellCommand(String command) throws Exception { in runShellCommand() method in BasePackageInstallTest
/cts/tests/smartspace/src/android/smartspace/cts/
DSmartspaceManagerTest.java241 private void runShellCommand(String command) { in runShellCommand() method in SmartspaceManagerTest
/cts/tests/contextualsearch/src/android/contextualsearch/cts/
DContextualSearchManagerTest.kt412 private fun runShellCommand(command: String) { in runShellCommand() method
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DBaseDeviceAdminTest.java204 protected String runShellCommand(String template, Object...args) { in runShellCommand() method in BaseDeviceAdminTest
/cts/tests/apppredictionservice/src/android/apppredictionservice/cts/
DAppPredictionServiceTest.java328 private void runShellCommand(String command) { in runShellCommand() method in AppPredictionServiceTest
/cts/tests/searchui/src/android/searchuiservice/cts/
DSearchUiManagerTest.java285 private void runShellCommand(String command) { in runShellCommand() method in SearchUiManagerTest
/cts/hostsidetests/devicepolicy/app/LauncherTests/src/com/android/cts/launchertests/
DLauncherAppsTests.java516 private void runShellCommand(String format, Object...args) throws IOException { in runShellCommand() method in LauncherAppsTests