/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
|
/packages/modules/AdServices/adservices/framework/java/android/adservices/shell/ |
D | IShellCommand.aidl | 32 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/ |
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
|
/packages/modules/AdServices/shared/testing-libraries/host-side/java/com/android/adservices/shared/testing/ |
D | HostSideDeviceConfigHelper.java | 33 protected String runShellCommand( in runShellCommand() method in HostSideDeviceConfigHelper
|
D | HostSideSystemPropertiesHelper.java | 45 protected String runShellCommand( in runShellCommand() method in HostSideSystemPropertiesHelper
|
D | TestDeviceHelper.java | 71 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/ |
D | HostSideAdServicesShellCommandHelper.java | 30 protected String runShellCommand(String cmd) { in runShellCommand() method in HostSideAdServicesShellCommandHelper
|
/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
|
/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
|
/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
|
/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
|
/packages/modules/Connectivity/thread/tests/unit/src/com/android/server/thread/ |
D | ThreadNetworkShellCommandTest.java | 117 private void runShellCommand(String... args) { in runShellCommand() method in ThreadNetworkShellCommandTest
|
/packages/modules/AdServices/adservices/apk/java/com/android/adservices/shell/ |
D | ShellCommandActivity.java | 97 private void runShellCommand() { in runShellCommand() method in ShellCommandActivity
|
/packages/modules/AdServices/adservices/tests/jetpack/src/com/android/adservices/ |
D | TestUtil.java | 48 private void runShellCommand(String command) { in runShellCommand() method in TestUtil
|
/packages/modules/Connectivity/staticlibs/testutils/devicetests/com/android/testutils/ |
D | CarrierConfigRule.kt | 138 private fun runShellCommand(cmd: String) { in <lambda>() method
|
/packages/modules/AdServices/adservices/tests/unittest/adservices-test-utility/side-less/com/android/adservices/common/ |
D | AbstractAdServicesShellCommandHelperTest.java | 226 protected String runShellCommand(String cmd) { in runShellCommand() method in AbstractAdServicesShellCommandHelperTest.FakeAdServicesShellCommandHelper
|
/packages/modules/AdServices/adservices/tests/test-util/side-less/com/android/adservices/common/ |
D | AbstractAdServicesShellCommandHelper.java | 144 protected abstract String runShellCommand(String cmd); in runShellCommand() method in AbstractAdServicesShellCommandHelper
|
/packages/modules/HealthFitness/tests/cts/utils/HealthConnectTestUtils/src/android/healthconnect/cts/utils/ |
D | TestUtils.java | 868 public static String runShellCommand(String command) throws IOException { in runShellCommand() method in TestUtils
|