Home
last modified time | relevance | path

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

1234

/aosp_15_r20/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
H A 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
H A DShellUtils.java82 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 DAppHelper.kt66 private fun runShellCommand(cmd: String) = instrumentation.runShellCommand(cmd) method
H A 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
/aosp_15_r20/packages/modules/AdServices/shared/testing-libraries/host-side/java/com/android/adservices/shared/testing/
DTestDeviceHelper.java71 public static String runShellCommand( in runShellCommand() method in TestDeviceHelper
80 public static String runShellCommand( in runShellCommand() method in TestDeviceHelper
DHostSideDeviceConfigHelper.java33 protected String runShellCommand( in runShellCommand() method in HostSideDeviceConfigHelper
DHostSideSystemPropertiesHelper.java45 protected String runShellCommand( in runShellCommand() method in HostSideSystemPropertiesHelper
/aosp_15_r20/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
DDialogUiTest.java358 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 DDomainVerificationIntentTestBase.kt102 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 DContextualSearchManagerTest.kt264 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/
DAbstractDeviceGateway.java32 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/
DIShellCommand.aidl32 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/
DDeviceGateway.java34 String runShellCommand(@FormatString String cmdFmt, @Nullable Object... cmdArgs); in runShellCommand() method
DAbstractDeviceGateway.java42 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/
DHostSideAdServicesShellCommandHelper.java30 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/
DDeviceSideSystemPropertiesHelper.java51 protected String runShellCommand(@FormatString String cmdFmt, @Nullable Object... cmdArgs) { in runShellCommand() method in DeviceSideSystemPropertiesHelper
DDeviceSideDeviceConfigHelper.java80 protected String runShellCommand(@FormatString String cmdFmt, @Nullable Object... cmdArgs) { in runShellCommand() method in DeviceSideDeviceConfigHelper
DAdServicesShellCommandHelper.java46 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 DUtils.java39 public static String runShellCommand(String cmd) { in runShellCommand() method in Utils
/aosp_15_r20/frameworks/base/core/java/android/os/
H A DVintfObject.java124 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/
DPrintJobSettingsActivityTest.java68 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 DShellHelper.java78 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 DExtServicesTextClassifierRule.java113 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/
DShellCommandServiceImpl.java90 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 DTestBase.java65 protected String runShellCommand(String cmd) { in runShellCommand() method in TestBase

1234