Home
last modified time | relevance | path

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

/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/testcore/
DVoiceInteractionSessionControl.java76 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.java85 static String executeCommand(String command) throws AdbException { in executeCommand() method in ShellCommandUtils
127 static String executeCommand(String command, boolean allowEmptyOutput, byte[] stdInBytes) in executeCommand() method in ShellCommandUtils
/cts/hostsidetests/locale/src/android/localemanager/cts/
DApplicationLocalesChangedAtomTests.java386 private void executeCommand(String cmd) throws Exception { in executeCommand() method in ApplicationLocalesChangedAtomTests
/cts/hostsidetests/car/util/src/android/car/cts/
DCarHostJUnit4TestCase.java226 protected String executeCommand(String command, Object... args) throws Exception { in executeCommand() method in CarHostJUnit4TestCase