Home
last modified time | relevance | path

Searched defs:executeCommand (Results 1 – 25 of 129) sorted by relevance

123456

/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/util/
DSimplePerfUtil.java93 public SimplePerfResult executeCommand(String command) throws DeviceNotAvailableException { in executeCommand() method in SimplePerfUtil
109 public void executeCommand(String command, IShellOutputReceiver receiver) in executeCommand() method in SimplePerfUtil
131 public void executeCommand(String command, IShellOutputReceiver receiver, in executeCommand() method in SimplePerfUtil
/aosp_15_r20/art/tools/dexfuzz/src/dexfuzz/executors/
H A DDevice.java184 public ExecutionResult executeCommand(String command, boolean captureOutput) { in executeCommand() method in Device
189 public ExecutionResult executeCommand(String command, boolean captureOutput, in executeCommand() method in Device
/aosp_15_r20/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/utils/
H A DShellCommandUtils.java84 static String executeCommand(String command) throws AdbException { in executeCommand() method in ShellCommandUtils
126 static String executeCommand(String command, boolean allowEmptyOutput, byte[] stdInBytes) in executeCommand() method in ShellCommandUtils
/aosp_15_r20/packages/modules/Connectivity/thread/tests/integration/src/android/net/thread/utils/
DFullThreadDevice.java540 private List<String> executeCommand(String commandFormat, Object... args) { in executeCommand() method in FullThreadDevice
544 private List<String> executeCommand(String command) { in executeCommand() method in FullThreadDevice
DOtDaemonController.java159 public String executeCommand(String cmd) { in executeCommand() method in OtDaemonController
/aosp_15_r20/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DOverviewCommandHelper.kt169 fun executeCommand(command: CommandInfo, onCallbackResult: () -> Unit): Boolean { in <lambda>() method in com.android.quickstep.OverviewCommandHelper
/aosp_15_r20/packages/services/Car/tools/emulator/
Dprop_event_simulator.py64 def executeCommand(args): function
/aosp_15_r20/hardware/interfaces/graphics/composer/2.2/utils/hal/include/composer-hal/2.2/
H A DComposerCommandEngine.h41 bool executeCommand(V2_1::IComposerClient::Command command, uint16_t length) override { in executeCommand() function
/aosp_15_r20/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/testcore/
H A DVoiceInteractionSessionControl.java76 protected Bundle executeCommand(@NonNull String action, @Nullable DirectAction directAction, in executeCommand() method in VoiceInteractionSessionControl
/aosp_15_r20/hardware/interfaces/graphics/composer/2.4/utils/hal/include/composer-hal/2.4/
H A DComposerCommandEngine.h77 bool executeCommand(V2_1::IComposerClient::Command command, uint16_t length) override { in executeCommand() function
/aosp_15_r20/cts/hostsidetests/notification/src/android/app/notification/cts/
H A DNotificationHostTest.java132 protected String executeCommand(String command, Object... args) throws Exception { in executeCommand() method in NotificationHostTest
/aosp_15_r20/hardware/interfaces/graphics/composer/2.3/utils/hal/include/composer-hal/2.3/
H A DComposerCommandEngine.h42 bool executeCommand(V2_1::IComposerClient::Command command, uint16_t length) override { in executeCommand() function
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/simulator/impl/
DSimulatorMainPortal.java74 ListenableFuture<?> executeCommand = in execute() local
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/device/
DFastbootHelper.java189 public String executeCommand(String serial, String command) { in executeCommand() method in FastbootHelper
/aosp_15_r20/frameworks/opt/car/services/builtInServices/host_tests/src/com/android/internal/car/test/
DCarServiceCrashDumpTest.java97 private String executeCommand(String command, Object... args) throws Exception { in executeCommand() method in CarServiceCrashDumpTest
/aosp_15_r20/external/llvm/utils/lit/lit/
H A Dutil.py175 def executeCommand(command, cwd=None, env=None, input=None, timeout=0): function
/aosp_15_r20/platform_testing/utils/wifistrengthscanner/src/com/android/test/util/wifistrengthscanner/
H A DWifiStrengthScannerInstrumentation.java169 private String executeCommand(String cmd) throws IOException, InterruptedException { in executeCommand() method in WifiStrengthScannerInstrumentation
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarContentInsetsProvider.kt373 private fun executeCommand(command: StatusBarInsetsCommand, printWriter: PrintWriter) { in executeCommand() method
/aosp_15_r20/external/libcxx/utils/libcxx/
H A Dutil.py179 def executeCommand(command, cwd=None, env=None, input=None, timeout=0): function
/aosp_15_r20/frameworks/base/core/java/android/view/
H A DIWindow.aidl56 void executeCommand(String command, String parameters, in ParcelFileDescriptor descriptor); in executeCommand() method
/aosp_15_r20/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTestIWindow.java43 public void executeCommand(String command, String parameters, in executeCommand() method in TestIWindow
/aosp_15_r20/external/aws-sdk-java-v2/core/auth/src/main/java/software/amazon/awssdk/auth/credentials/
H A DProcessCredentialsProvider.java203 private String executeCommand() throws IOException, InterruptedException { in executeCommand() method in ProcessCredentialsProvider
/aosp_15_r20/frameworks/base/core/java/com/android/internal/view/
H A DBaseIWindow.java93 public void executeCommand(String command, String parameters, ParcelFileDescriptor out) { in executeCommand() method in BaseIWindow
/aosp_15_r20/packages/modules/Virtualization/tests/ComposBenchmarkApp/src/java/com/android/compos/benchmark/
DComposBenchmark.java199 private String executeCommand(String command) { in executeCommand() method in ComposBenchmark
/aosp_15_r20/packages/modules/adb/fastdeploy/deployagent/src/com/android/fastdeploy/
DDeployAgent.java140 private static Process executeCommand(String command) throws IOException { in executeCommand() method in DeployAgent

123456