/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | SimplePerfUtil.java | 93 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 D | Device.java | 184 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 D | ShellCommandUtils.java | 84 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/ |
D | FullThreadDevice.java | 540 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
|
D | OtDaemonController.java | 159 public String executeCommand(String cmd) { in executeCommand() method in OtDaemonController
|
/aosp_15_r20/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | OverviewCommandHelper.kt | 169 fun executeCommand(command: CommandInfo, onCallbackResult: () -> Unit): Boolean { in <lambda>() method in com.android.quickstep.OverviewCommandHelper
|
/aosp_15_r20/packages/services/Car/tools/emulator/ |
D | prop_event_simulator.py | 64 def executeCommand(args): function
|
/aosp_15_r20/hardware/interfaces/graphics/composer/2.2/utils/hal/include/composer-hal/2.2/ |
H A D | ComposerCommandEngine.h | 41 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 D | VoiceInteractionSessionControl.java | 76 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 D | ComposerCommandEngine.h | 77 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 D | NotificationHostTest.java | 132 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 D | ComposerCommandEngine.h | 42 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/ |
D | SimulatorMainPortal.java | 74 ListenableFuture<?> executeCommand = in execute() local
|
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | FastbootHelper.java | 189 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/ |
D | CarServiceCrashDumpTest.java | 97 private String executeCommand(String command, Object... args) throws Exception { in executeCommand() method in CarServiceCrashDumpTest
|
/aosp_15_r20/external/llvm/utils/lit/lit/ |
H A D | util.py | 175 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 D | WifiStrengthScannerInstrumentation.java | 169 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 D | StatusBarContentInsetsProvider.kt | 373 private fun executeCommand(command: StatusBarInsetsCommand, printWriter: PrintWriter) { in executeCommand() method
|
/aosp_15_r20/external/libcxx/utils/libcxx/ |
H A D | util.py | 179 def executeCommand(command, cwd=None, env=None, input=None, timeout=0): function
|
/aosp_15_r20/frameworks/base/core/java/android/view/ |
H A D | IWindow.aidl | 56 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 D | TestIWindow.java | 43 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 D | ProcessCredentialsProvider.java | 203 private String executeCommand() throws IOException, InterruptedException { in executeCommand() method in ProcessCredentialsProvider
|
/aosp_15_r20/frameworks/base/core/java/com/android/internal/view/ |
H A D | BaseIWindow.java | 93 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/ |
D | ComposBenchmark.java | 199 private String executeCommand(String command) { in executeCommand() method in ComposBenchmark
|
/aosp_15_r20/packages/modules/adb/fastdeploy/deployagent/src/com/android/fastdeploy/ |
D | DeployAgent.java | 140 private static Process executeCommand(String command) throws IOException { in executeCommand() method in DeployAgent
|