Searched defs:executeCommand (Results 1 – 3 of 3) sorted by relevance
75 protected Bundle executeCommand(@NonNull String action, @Nullable DirectAction directAction, in executeCommand() method in VoiceInteractionSessionControl
77 static String executeCommand(String command) throws AdbException { in executeCommand() method in ShellCommandUtils81 static String executeCommand(String command, boolean allowEmptyOutput, byte[] stdInBytes) in executeCommand() method in ShellCommandUtils
187 protected String executeCommand(String command, Object... args) throws Exception { in executeCommand() method in CarHostJUnit4TestCase