/cts/tests/tests/companion/common/src/android/companion/cts/common/ |
D | AppHelper.kt | 66 private fun runShellCommand(cmd: String) = instrumentation.runShellCommand(cmd) method in android.companion.cts.common.AppHelper
|
D | TestBase.kt | 157 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/ |
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 | 82 public static String runShellCommand(@NonNull String template, Object...args) { in runShellCommand() method in ShellUtils
|
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/ |
D | SettingsSession.java | 88 private String runShellCommand(@FormatString String format, Object... args) throws IOException { in runShellCommand() method in SettingsSession
|
/cts/tests/tests/display/src/android/display/cts/ |
D | TestBase.java | 65 protected String runShellCommand(String cmd) { in runShellCommand() method in TestBase
|
/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/packagemanager/domainverification/lib/constants/android/src/com/android/cts/packagemanager/verify/domain/android/ |
D | DomainVerificationIntentTestBase.kt | 102 protected fun runShellCommand(vararg commands: String) = commands.forEach { in runShellCommand() method
|
/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 | 269 public ArrayList<String> runShellCommand(String command) throws Exception { in runShellCommand() method in BasePackageInstallTest
|
/cts/tests/smartspace/src/android/smartspace/cts/ |
D | SmartspaceManagerTest.java | 241 private void runShellCommand(String command) { in runShellCommand() method in SmartspaceManagerTest
|
/cts/tests/contextualsearch/src/android/contextualsearch/cts/ |
D | ContextualSearchManagerTest.kt | 412 private fun runShellCommand(command: String) { in runShellCommand() method
|
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/ |
D | BaseDeviceAdminTest.java | 204 protected String runShellCommand(String template, Object...args) { in runShellCommand() method in BaseDeviceAdminTest
|
/cts/tests/apppredictionservice/src/android/apppredictionservice/cts/ |
D | AppPredictionServiceTest.java | 328 private void runShellCommand(String command) { in runShellCommand() method in AppPredictionServiceTest
|
/cts/tests/searchui/src/android/searchuiservice/cts/ |
D | SearchUiManagerTest.java | 285 private void runShellCommand(String command) { in runShellCommand() method in SearchUiManagerTest
|
/cts/hostsidetests/devicepolicy/app/LauncherTests/src/com/android/cts/launchertests/ |
D | LauncherAppsTests.java | 516 private void runShellCommand(String format, Object...args) throws IOException { in runShellCommand() method in LauncherAppsTests
|