Searched refs:ISupportGranularResults (Results 1 – 5 of 5) sorted by relevance
24 public interface ISupportGranularResults extends ITestInvocationListener { interface
35 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()
32 import com.android.tradefed.result.retry.ISupportGranularResults;48 public class ShardListener extends CollectingTestListener implements ISupportGranularResults {
23 import com.android.tradefed.result.retry.ISupportGranularResults;60 ISupportGranularResults {
35 import com.android.tradefed.result.retry.ISupportGranularResults;56 implements ITestInvocationListener, ILogSaverListener, ISupportGranularResults {