Home
last modified time | relevance | path

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

/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/testcore/
DVoiceInteractionSessionControl.java75 protected Bundle executeCommand(@NonNull String action, @Nullable DirectAction directAction, in executeCommand() method in VoiceInteractionSessionControl
/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/hostsidetests/car/src/android/car/cts/
DCarHostJUnit4TestCase.java187 protected String executeCommand(String command, Object... args) throws Exception { in executeCommand() method in CarHostJUnit4TestCase