Home
last modified time | relevance | path

Searched defs:runShellCommandRwe (Results 1 – 10 of 10) sorted by relevance

/packages/modules/AdServices/shared/testing-libraries/side-less/java/com/android/adservices/shared/testing/device/
DDeviceGateway.java37 ShellCommandOutput runShellCommandRwe(ShellCommandInput input); in runShellCommandRwe() method
/packages/modules/AdServices/adservices/tests/test-util/host-side/com/android/adservices/common/
DHostSideAdServicesShellCommandHelper.java35 protected CommandResult runShellCommandRwe(String cmd) { in runShellCommandRwe() method in HostSideAdServicesShellCommandHelper
/packages/modules/AdServices/shared/testing-libraries/host-side/java/com/android/adservices/shared/testing/device/
DHostSideDeviceGateway.java39 public ShellCommandOutput runShellCommandRwe(ShellCommandInput input) { in runShellCommandRwe() method in HostSideDeviceGateway
/packages/modules/AdServices/shared/testing-libraries/host-side/java/com/android/adservices/shared/testing/
DTestDeviceHelper.java100 public static CommandResult runShellCommandRwe( in runShellCommandRwe() method in TestDeviceHelper
110 public static CommandResult runShellCommandRwe( in runShellCommandRwe() method in TestDeviceHelper
/packages/modules/AdServices/adservices/tests/test-util/java/com/android/adservices/common/
DAdServicesShellCommandHelper.java51 protected CommandResult runShellCommandRwe(String cmd) { in runShellCommandRwe() method in AdServicesShellCommandHelper
/packages/modules/AdServices/shared/testing-libraries/side-less/java/com/android/adservices/shared/meta_testing/
DFakeDeviceGateway.java99 public ShellCommandOutput runShellCommandRwe(ShellCommandInput input) { in runShellCommandRwe() method in FakeDeviceGateway
/packages/modules/AdServices/shared/tests/side-less/java/com/android/adservices/shared/testing/device/
DAbstractDeviceGatewayTest.java132 public ShellCommandOutput runShellCommandRwe(ShellCommandInput input) { in runShellCommandRwe() method in AbstractDeviceGatewayTest.ConcreteDeviceGateway
/packages/modules/AdServices/shared/testing-libraries/device-side/java/com/android/adservices/shared/testing/device/
DDeviceGatewayImpl.java49 public ShellCommandOutput runShellCommandRwe(ShellCommandInput input) { in runShellCommandRwe() method in DeviceGatewayImpl
/packages/modules/AdServices/adservices/tests/unittest/adservices-test-utility/side-less/com/android/adservices/common/
DAbstractAdServicesShellCommandHelperTest.java231 protected CommandResult runShellCommandRwe(String cmd) { in runShellCommandRwe() method in AbstractAdServicesShellCommandHelperTest.FakeAdServicesShellCommandHelper
/packages/modules/AdServices/adservices/tests/test-util/side-less/com/android/adservices/common/
DAbstractAdServicesShellCommandHelper.java150 protected abstract CommandResult runShellCommandRwe(String cmd); in runShellCommandRwe() method in AbstractAdServicesShellCommandHelper