Searched refs:ShellCommandCallable (Results 1 – 1 of 1) sorted by relevance
85 public static abstract class ShellCommandCallable<V> implements Callable<V> { class in DeviceConcurrentUtil90 public ShellCommandCallable() { in ShellCommandCallable() method in DeviceConcurrentUtil.ShellCommandCallable94 public ShellCommandCallable(ITestDevice device, String command, long timeout) { in ShellCommandCallable() method in DeviceConcurrentUtil.ShellCommandCallable101 public ShellCommandCallable<V> setCommand(String command) { in setCommand()106 public ShellCommandCallable<V> setTimeout(long timeout) { in setTimeout()111 public ShellCommandCallable<V> setDevice(ITestDevice device) { in setDevice()