Home
last modified time | relevance | path

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

/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/result/retry/
DISupportGranularResults.java24 public interface ISupportGranularResults extends ITestInvocationListener { interface
/tools/tradefederation/core/src/com/android/tradefed/retry/
DResultAggregator.java35 import com.android.tradefed.result.retry.ISupportGranularResults;
86 ((i instanceof ISupportGranularResults) in ResultAggregator()
87 && ((ISupportGranularResults) i) in ResultAggregator()
95 !(i instanceof ISupportGranularResults) in ResultAggregator()
96 || !((ISupportGranularResults) i) in ResultAggregator()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DShardListener.java32 import com.android.tradefed.result.retry.ISupportGranularResults;
48 public class ShardListener extends CollectingTestListener implements ISupportGranularResults {
/tools/tradefederation/core/src/com/android/tradefed/result/
DSubprocessResultsReporter.java23 import com.android.tradefed.result.retry.ISupportGranularResults;
60 ISupportGranularResults {
/tools/tradefederation/core/src/com/android/tradefed/result/proto/
DProtoResultReporter.java35 import com.android.tradefed.result.retry.ISupportGranularResults;
56 implements ITestInvocationListener, ILogSaverListener, ISupportGranularResults {