Home
last modified time | relevance | path

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

/packages/modules/AdServices/shared/libraries/side-less/java/com/android/adservices/shared/testing/
DAbstractDeviceGateway.java28 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/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.java69 public static String runShellCommand( in runShellCommand() method in TestDeviceHelper
78 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.java86 public void runShellCommand(ShellCommandParam param, IShellCommandCallback callback) { in runShellCommand() method in ShellCommandServiceImpl
/packages/modules/AdServices/adservices/apk/java/com/android/adservices/shell/
DShellCommandActivity.java93 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/AdServices/adservices/tests/unittest/adservices-test-utility/side-less/com/android/adservices/common/
DAbstractAdServicesShellCommandHelperTest.java229 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.java843 public static String runShellCommand(String command) throws IOException { in runShellCommand() method in TestUtils