Home
last modified time | relevance | path

Searched defs: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