/aosp_15_r20/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
H A 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
|
H A D | ShellUtils.java | 82 public static String runShellCommand(@NonNull String template, Object...args) { in runShellCommand() method in ShellUtils
|
/aosp_15_r20/cts/tests/tests/companion/common/src/android/companion/cts/common/ |
H A D | AppHelper.kt | 66 private fun runShellCommand(cmd: String) = instrumentation.runShellCommand(cmd) method
|
H A 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
|
/aosp_15_r20/packages/modules/AdServices/shared/testing-libraries/host-side/java/com/android/adservices/shared/testing/ |
D | TestDeviceHelper.java | 71 public static String runShellCommand( in runShellCommand() method in TestDeviceHelper 80 public static String runShellCommand( in runShellCommand() method in TestDeviceHelper
|
D | HostSideDeviceConfigHelper.java | 33 protected String runShellCommand( in runShellCommand() method in HostSideDeviceConfigHelper
|
D | HostSideSystemPropertiesHelper.java | 45 protected String runShellCommand( in runShellCommand() method in HostSideSystemPropertiesHelper
|
/aosp_15_r20/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/ |
D | DialogUiTest.java | 358 public static String runShellCommand(Instrumentation instrumentation, String cmd) in runShellCommand() method in DialogUiTest 363 public static String runShellCommand(UiAutomation automation, String cmd) in runShellCommand() method in DialogUiTest
|
/aosp_15_r20/cts/hostsidetests/packagemanager/domainverification/lib/constants/android/src/com/android/cts/packagemanager/verify/domain/android/ |
H A D | DomainVerificationIntentTestBase.kt | 102 protected fun runShellCommand(vararg commands: String) = commands.forEach { in runShellCommand() method in com.android.cts.packagemanager.verify.domain.android.DomainVerificationIntentTestBase
|
/aosp_15_r20/cts/tests/contextualsearch/src/android/contextualsearch/cts/ |
H A D | ContextualSearchManagerTest.kt | 264 private fun runShellCommand(command: String) { in runShellCommand() method
|
/aosp_15_r20/packages/modules/AdServices/shared/testing-libraries/side-less/java/com/android/adservices/shared/testing/ |
D | AbstractDeviceGateway.java | 32 protected String runShellCommand(@FormatString String cmdFmt, @Nullable Object... cmdArgs) { in runShellCommand() method in AbstractDeviceGateway
|
/aosp_15_r20/packages/modules/AdServices/adservices/framework/java/android/adservices/shell/ |
D | IShellCommand.aidl | 32 void runShellCommand(in ShellCommandParam request, in IShellCommandCallback callback); in runShellCommand() method
|
/aosp_15_r20/packages/modules/AdServices/shared/testing-libraries/side-less/java/com/android/adservices/shared/testing/device/ |
D | DeviceGateway.java | 34 String runShellCommand(@FormatString String cmdFmt, @Nullable Object... cmdArgs); in runShellCommand() method
|
D | AbstractDeviceGateway.java | 42 public final String runShellCommand(@FormatString String cmdFmt, Object... cmdArgs) { in runShellCommand() method in AbstractDeviceGateway
|
/aosp_15_r20/packages/modules/AdServices/adservices/tests/test-util/host-side/com/android/adservices/common/ |
D | HostSideAdServicesShellCommandHelper.java | 30 protected String runShellCommand(String cmd) { in runShellCommand() method in HostSideAdServicesShellCommandHelper
|
/aosp_15_r20/packages/modules/AdServices/adservices/tests/test-util/java/com/android/adservices/common/ |
D | DeviceSideSystemPropertiesHelper.java | 51 protected String runShellCommand(@FormatString String cmdFmt, @Nullable Object... cmdArgs) { in runShellCommand() method in DeviceSideSystemPropertiesHelper
|
D | DeviceSideDeviceConfigHelper.java | 80 protected String runShellCommand(@FormatString String cmdFmt, @Nullable Object... cmdArgs) { in runShellCommand() method in DeviceSideDeviceConfigHelper
|
D | AdServicesShellCommandHelper.java | 46 protected String runShellCommand(String cmd) { in runShellCommand() method in AdServicesShellCommandHelper
|
/aosp_15_r20/frameworks/base/tests/ActivityManagerPerfTests/utils/src/com/android/frameworks/perftests/am/util/ |
H A D | Utils.java | 39 public static String runShellCommand(String cmd) { in runShellCommand() method in Utils
|
/aosp_15_r20/frameworks/base/core/java/android/os/ |
H A D | VintfObject.java | 124 private static @Nullable String runShellCommand(@NonNull String command) throws IOException { in runShellCommand() method in VintfObject
|
/aosp_15_r20/packages/apps/Settings/tests/legacy_unit/src/com/android/settings/print/ |
D | PrintJobSettingsActivityTest.java | 68 public static void runShellCommand(@NonNull String cmd) throws IOException { in runShellCommand() method in PrintJobSettingsActivityTest
|
/aosp_15_r20/frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/ |
H A D | ShellHelper.java | 78 public static String runShellCommand(@NonNull String template, Object...args) { in runShellCommand() method in ShellHelper
|
/aosp_15_r20/external/libtextclassifier/java/tests/instrumentation/src/com/android/textclassifier/testing/ |
H A D | ExtServicesTextClassifierRule.java | 113 private void runShellCommand(String cmd) { in runShellCommand() method in ExtServicesTextClassifierRule
|
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/shell/ |
D | ShellCommandServiceImpl.java | 90 public void runShellCommand(ShellCommandParam param, IShellCommandCallback callback) { in runShellCommand() method in ShellCommandServiceImpl
|
/aosp_15_r20/cts/tests/tests/display/src/android/display/cts/ |
H A D | TestBase.java | 65 protected String runShellCommand(String cmd) { in runShellCommand() method in TestBase
|