Searched refs:mPureRunResultForAgg (Results 1 – 1 of 1) sorted by relevance
76 private final Map<String, List<TestRunResult>> mPureRunResultForAgg = new LinkedHashMap<>(); field in ResultAggregator132 if (!mPureRunResultForAgg.isEmpty()) { in invocationEnded()133 for (String name : mPureRunResultForAgg.keySet()) { in invocationEnded()134 forwardTestRunResults(mPureRunResultForAgg.get(name), mAggregatedForwarder); in invocationEnded()136 mPureRunResultForAgg.clear(); in invocationEnded()164 if (!mPureRunResultForAgg.isEmpty()) { in testModuleStarted()165 for (String name : mPureRunResultForAgg.keySet()) { in testModuleStarted()166 forwardTestRunResults(mPureRunResultForAgg.get(name), mAggregatedForwarder); in testModuleStarted()168 mPureRunResultForAgg.clear(); in testModuleStarted()203 if (!mPureRunResultForAgg.isEmpty() && mPureRunResultForAgg.get(name) != null) { in testRunStarted()[all …]