Home
last modified time | relevance | path

Searched refs:ShellCommandCallable (Results 1 – 1 of 1) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/util/
DDeviceConcurrentUtil.java85 public static abstract class ShellCommandCallable<V> implements Callable<V> { class in DeviceConcurrentUtil
90 public ShellCommandCallable() { in ShellCommandCallable() method in DeviceConcurrentUtil.ShellCommandCallable
94 public ShellCommandCallable(ITestDevice device, String command, long timeout) { in ShellCommandCallable() method in DeviceConcurrentUtil.ShellCommandCallable
101 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()