Home
last modified time | relevance | path

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

/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/result/
DIShardableListener.java23 public interface IShardableListener extends ITestInvocationListener { interface
31 IShardableListener clone(); in clone()
/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/
DShardHelper.java35 import com.android.tradefed.result.IShardableListener;
358 if (!(l instanceof IShardableListener)) { in buildMainShardListeners()
360 } else if (!((IShardableListener) l).supportShardListener()) { in buildMainShardListeners()
379 if (l instanceof IShardableListener in buildShardListeners()
380 && ((IShardableListener) l).supportShardListener()) { in buildShardListeners()
381 shardListeners.add(((IShardableListener) l).clone()); in buildShardListeners()