Home
last modified time | relevance | path

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

/cts/suite/audio_quality/lib/src/
DAdb.cpp64 int Adb::executeCommand(const android::String8& command) in executeCommand() function in Adb
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/utils/
DShellCommandUtils.java77 static String executeCommand(String command) throws AdbException { in executeCommand() method in ShellCommandUtils
81 static String executeCommand(String command, boolean allowEmptyOutput, byte[] stdInBytes) in executeCommand() method in ShellCommandUtils
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DDirectActionsTest.java202 @Nullable Bundle executeCommand(@NonNull String action, @Nullable DirectAction directAction, in executeCommand() method in DirectActionsTest.SessionControl
/cts/hostsidetests/car/src/android/car/cts/
DCarHostJUnit4TestCase.java187 protected String executeCommand(String command, Object... args) throws Exception { in executeCommand() method in CarHostJUnit4TestCase