Home
last modified time | relevance | path

Searched defs:executeShellCommand (Results 1 – 25 of 286) sorted by relevance

12345678910>>...12

/aosp_15_r20/platform_testing/libraries/flicker/utils/src/android/tools/traces/
H A DUtils.kt54 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/
DStubDevice.java395 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
DINativeDevice.java266 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 DMultiWindowUtils.kt27 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 DMultiWindowUtils.kt35 fun executeShellCommand(instrumentation: Instrumentation, cmd: String) { in executeShellCommand() method
/aosp_15_r20/cts/tests/storageaccess/src/android/storageaccess/cts/tests/
H A DTestBase.kt62 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 DWindowManagerTraceMonitor.java98 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 DShellCommandHelper.java27 public static void executeShellCommand(String command) { in executeShellCommand() method in ShellCommandHelper
H A DIgnoreOrientationRequestSession.java58 private static String executeShellCommand(String command) { in executeShellCommand() method in IgnoreOrientationRequestSession
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/testtype/
DDeviceBatteryLevelCheckerTest.java91 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 DAbstractCarTestCase.java131 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 DProviderTestUtils.java53 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/
DSafetyCenterShellCommandsTest.kt93 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/
DCarApiTestBase.java289 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/
DBaseLauncherActivityTest.kt160 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 DTvTestBase.kt170 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 DPackageManagerShellCommandIncrementalTest.java1287 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 DMediaScannerTest.java756 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 DMediaStoreUiTest.java614 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/
DDeviceExecuteShellCommand.java39 public void executeShellCommand() { in executeShellCommand() method in DeviceExecuteShellCommand
/aosp_15_r20/cts/hostsidetests/os/src/android/os/cts/
H A DEnvironmentHostTests.java47 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 DDevice.java36 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 DDatabaseTestUtils.java50 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 DPublicVolumeCoreHostTest.java30 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 DRemoveAppFromStackRuleTest.java95 protected String executeShellCommand(String cmd) { in executeShellCommand() method in RemoveAppFromStackRuleTest.TestableRule

12345678910>>...12