Searched defs:executeCommand (Results 1 – 9 of 9) sorted by relevance
64 def executeCommand(args): function
74 ListenableFuture<?> executeCommand = in execute() local
192 public String executeCommand(String cmd) { in executeCommand() method in OtDaemonController
546 private List<String> executeCommand(String commandFormat, Object... args) { in executeCommand() method in FullThreadDevice550 private List<String> executeCommand(String command) { in executeCommand() method in FullThreadDevice
199 private String executeCommand(String command) { in executeCommand() method in ComposBenchmark
140 private static Process executeCommand(String command) throws IOException { in executeCommand() method in DeployAgent
236 private void executeCommand(PrintWriter pw, String[] args) { in executeCommand() method in UserSwitchMonitorService
219 fun executeCommand(command: CommandInfo, onCallbackResult: () -> Unit): Boolean { in <lambda>() method in com.android.quickstep.OverviewCommandHelper
434 private String executeCommand(String command) { in executeCommand() method in MicrodroidBenchmarks