/aosp_15_r20/platform_testing/libraries/flicker/utils/src/android/tools/traces/ |
H A D | Utils.kt | 54 fun executeShellCommand(cmd: String): ByteArray { in executeShellCommand() method 63 fun executeShellCommand(cmd: String, stdin: ByteArray): ByteArray { in executeShellCommand() method
|
/aosp_15_r20/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/ |
D | StubDevice.java | 395 public void executeShellCommand( in executeShellCommand() method in StubDevice 406 public void executeShellCommand( in executeShellCommand() method in StubDevice 418 public void executeShellCommand(String command, IShellOutputReceiver receiver) in executeShellCommand() method in StubDevice 430 public void executeShellCommand( in executeShellCommand() method in StubDevice
|
D | INativeDevice.java | 266 public void executeShellCommand(String command, IShellOutputReceiver receiver) in executeShellCommand() method 285 public void executeShellCommand(String command, IShellOutputReceiver receiver, in executeShellCommand() method 307 public void executeShellCommand( in executeShellCommand() method 324 public String executeShellCommand(String command) throws DeviceNotAvailableException; in executeShellCommand() method
|
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/utils/ |
H A D | MultiWindowUtils.kt | 27 private fun executeShellCommand(instrumentation: Instrumentation, cmd: String) { in executeShellCommand() method
|
/aosp_15_r20/frameworks/base/tests/FlickerTests/test-apps/app-helpers/src/com/android/server/wm/flicker/helpers/ |
H A D | MultiWindowUtils.kt | 35 fun executeShellCommand(instrumentation: Instrumentation, cmd: String) { in executeShellCommand() method
|
/aosp_15_r20/cts/tests/storageaccess/src/android/storageaccess/cts/tests/ |
H A D | TestBase.kt | 62 protected fun executeShellCommand(cmd: String): String { in executeShellCommand() method in android.storageaccess.cts.tests.TestBase
|
/aosp_15_r20/cts/tests/framework/base/windowmanager/util/src/android/server/wm/ |
H A D | WindowManagerTraceMonitor.java | 98 private byte[] executeShellCommand(String command) { in executeShellCommand() method in WindowManagerTraceMonitor 111 private byte[] executeShellCommand(String command, byte[] stdin) { in executeShellCommand() method in WindowManagerTraceMonitor
|
H A D | ShellCommandHelper.java | 27 public static void executeShellCommand(String command) { in executeShellCommand() method in ShellCommandHelper
|
H A D | IgnoreOrientationRequestSession.java | 58 private static String executeShellCommand(String command) { in executeShellCommand() method in IgnoreOrientationRequestSession
|
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/testtype/ |
D | DeviceBatteryLevelCheckerTest.java | 91 public String executeShellCommand(String command) throws DeviceNotAvailableException { in executeShellCommand() method in DeviceBatteryLevelCheckerTest.TestableTestDevice 96 public void executeShellCommand( in executeShellCommand() method in DeviceBatteryLevelCheckerTest.TestableTestDevice
|
/aosp_15_r20/cts/tests/tests/car/src/android/car/cts/ |
H A D | AbstractCarTestCase.java | 131 protected static String executeShellCommand(String commandFormat, Object... args) in executeShellCommand() method in AbstractCarTestCase 150 private static String executeShellCommand(UiAutomation uiAutomation, String commandFormat, in executeShellCommand() method in AbstractCarTestCase
|
/aosp_15_r20/cts/tests/tests/provider/src/android/provider/cts/ |
H A D | ProviderTestUtils.java | 53 public static String executeShellCommand(String command) throws IOException { in executeShellCommand() method in ProviderTestUtils 58 public static String executeShellCommand(String command, UiAutomation uiAutomation) in executeShellCommand() method in ProviderTestUtils
|
/aosp_15_r20/packages/modules/Permission/tests/functional/safetycenter/singleuser/src/android/safetycenter/functional/ |
D | SafetyCenterShellCommandsTest.kt | 93 private fun executeShellCommand(command: String): String = method in android.safetycenter.functional.SafetyCenterShellCommandsTest
|
/aosp_15_r20/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/ |
D | CarApiTestBase.java | 289 protected static String executeShellCommand(String commandFormat, Object... args) in executeShellCommand() method in CarApiTestBase 295 private static String executeShellCommand(UiAutomation uiAutomation, String commandFormat, in executeShellCommand() method in CarApiTestBase
|
/aosp_15_r20/packages/apps/Launcher3/tests/src/com/android/launcher3/util/ |
D | BaseLauncherActivityTest.kt | 160 fun executeShellCommand(cmd: String) = uiDevice.executeShellCommand(cmd) in executeShellCommand() method in com.android.launcher3.util.BaseLauncherActivityTest
|
/aosp_15_r20/cts/tests/tests/systemui/src/android/systemui/cts/tv/ |
H A D | TvTestBase.kt | 170 protected fun executeShellCommand(cmd: String): String { in withFlag() method in android.systemui.cts.tv.TvTestBase
|
/aosp_15_r20/cts/tests/tests/content/src/android/content/pm/cts/ |
H A D | PackageManagerShellCommandIncrementalTest.java | 1287 static String executeShellCommand(String command) throws IOException { in executeShellCommand() method in PackageManagerShellCommandIncrementalTest 1298 private static String executeShellCommand(String command, File[] inputs) in executeShellCommand() method in PackageManagerShellCommandIncrementalTest 1304 private static String executeShellCommand(String command, File[] inputs, long[] expected) in executeShellCommand() method in PackageManagerShellCommandIncrementalTest
|
/aosp_15_r20/cts/tests/tests/media/misc/src/android/media/misc/cts/ |
H A D | MediaScannerTest.java | 756 static String executeShellCommand(String command) throws IOException { in executeShellCommand() method in MediaScannerTest 761 static String executeShellCommand(String command, UiAutomation uiAutomation) in executeShellCommand() method in MediaScannerTest
|
/aosp_15_r20/cts/tests/providerui/src/android/providerui/cts/ |
H A D | MediaStoreUiTest.java | 614 static String executeShellCommand(String command) throws IOException { in executeShellCommand() method in MediaStoreUiTest 620 static String executeShellCommand(String command, UiAutomation uiAutomation) in executeShellCommand() method in MediaStoreUiTest
|
/aosp_15_r20/packages/modules/AdServices/adservices/tests/perf/src/android/adservices/test/scenario/adservices/measurement/load/scenarios/ |
D | DeviceExecuteShellCommand.java | 39 public void executeShellCommand() { in executeShellCommand() method in DeviceExecuteShellCommand
|
/aosp_15_r20/cts/hostsidetests/os/src/android/os/cts/ |
H A D | EnvironmentHostTests.java | 47 private String executeShellCommand(String cmd) throws Exception { in executeShellCommand() method in EnvironmentHostTests
|
/aosp_15_r20/frameworks/base/tests/SystemMemoryTest/host/src/com/android/tests/sysmem/host/ |
H A D | Device.java | 36 public String executeShellCommand(String command) throws TestException { in executeShellCommand() method in Device
|
/aosp_15_r20/cts/tests/tests/database/src/android/database/sqlite/cts/ |
H A D | DatabaseTestUtils.java | 50 static String executeShellCommand(String cmd) throws Exception { in executeShellCommand() method in DatabaseTestUtils
|
/aosp_15_r20/cts/hostsidetests/scopedstorage/host/src/android/scopedstorage/cts/host/ |
H A D | PublicVolumeCoreHostTest.java | 30 String executeShellCommand(String cmd) throws Exception { in executeShellCommand() method in PublicVolumeCoreHostTest
|
/aosp_15_r20/platform_testing/libraries/health/rules/tests/src/android/platform/test/rule/ |
H A D | RemoveAppFromStackRuleTest.java | 95 protected String executeShellCommand(String cmd) { in executeShellCommand() method in RemoveAppFromStackRuleTest.TestableRule
|