Searched defs:executeCommand (Results 1 – 4 of 4) sorted by relevance
76 protected Bundle executeCommand(@NonNull String action, @Nullable DirectAction directAction, in executeCommand() method in VoiceInteractionSessionControl
85 static String executeCommand(String command) throws AdbException { in executeCommand() method in ShellCommandUtils127 static String executeCommand(String command, boolean allowEmptyOutput, byte[] stdInBytes) in executeCommand() method in ShellCommandUtils
386 private void executeCommand(String cmd) throws Exception { in executeCommand() method in ApplicationLocalesChangedAtomTests
226 protected String executeCommand(String command, Object... args) throws Exception { in executeCommand() method in CarHostJUnit4TestCase