Searched defs:executeAdbCommand (Results 1 – 2 of 2) sorted by relevance
467 public String executeAdbCommand(String... commandArgs) throws DeviceNotAvailableException; in executeAdbCommand() method482 public String executeAdbCommand(long timeout, String... commandArgs) in executeAdbCommand() method499 public String executeAdbCommand(long timeout, Map<String, String> envMap, String... commandArgs) in executeAdbCommand() method
2430 public String executeAdbCommand(String... cmdArgs) throws DeviceNotAvailableException { in executeAdbCommand() method in NativeDevice2436 public String executeAdbCommand(long timeout, String... cmdArgs) in executeAdbCommand() method in NativeDevice2443 public String executeAdbCommand(long timeout, Map<String, String> envMap, String... cmdArgs) in executeAdbCommand() method in NativeDevice