Home
last modified time | relevance | path

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

/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
/packages/modules/AdServices/adservices/framework/java/android/adservices/shell/
DIShellCommand.aidl32 void runShellCommand(in ShellCommandParam request, in IShellCommandCallback callback); in runShellCommand() method
/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
/packages/modules/AdServices/shared/testing-libraries/host-side/java/com/android/adservices/shared/testing/
DHostSideDeviceConfigHelper.java33 protected String runShellCommand( in runShellCommand() method in HostSideDeviceConfigHelper
DHostSideSystemPropertiesHelper.java45 protected String runShellCommand( in runShellCommand() method in HostSideSystemPropertiesHelper
DTestDeviceHelper.java71 public static String runShellCommand( in runShellCommand() method in TestDeviceHelper
80 public static String runShellCommand( in runShellCommand() method in TestDeviceHelper
/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
/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
/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
/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
/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
/packages/modules/Connectivity/thread/tests/unit/src/com/android/server/thread/
DThreadNetworkShellCommandTest.java117 private void runShellCommand(String... args) { in runShellCommand() method in ThreadNetworkShellCommandTest
/packages/modules/AdServices/adservices/apk/java/com/android/adservices/shell/
DShellCommandActivity.java97 private void runShellCommand() { in runShellCommand() method in ShellCommandActivity
/packages/modules/AdServices/adservices/tests/jetpack/src/com/android/adservices/
DTestUtil.java48 private void runShellCommand(String command) { in runShellCommand() method in TestUtil
/packages/modules/Connectivity/staticlibs/testutils/devicetests/com/android/testutils/
DCarrierConfigRule.kt138 private fun runShellCommand(cmd: String) { in <lambda>() method
/packages/modules/AdServices/adservices/tests/unittest/adservices-test-utility/side-less/com/android/adservices/common/
DAbstractAdServicesShellCommandHelperTest.java226 protected String runShellCommand(String cmd) { in runShellCommand() method in AbstractAdServicesShellCommandHelperTest.FakeAdServicesShellCommandHelper
/packages/modules/AdServices/adservices/tests/test-util/side-less/com/android/adservices/common/
DAbstractAdServicesShellCommandHelper.java144 protected abstract String runShellCommand(String cmd); in runShellCommand() method in AbstractAdServicesShellCommandHelper
/packages/modules/HealthFitness/tests/cts/utils/HealthConnectTestUtils/src/android/healthconnect/cts/utils/
DTestUtils.java868 public static String runShellCommand(String command) throws IOException { in runShellCommand() method in TestUtils