Searched refs:getRunProtoMetrics (Results 1 – 6 of 6) sorted by relevance
827 assertTrue(lastRes.getRunProtoMetrics().containsKey("called")); in testIntraModuleRun_runAnyFailure()828 assertFalse(lastRes.getRunProtoMetrics().containsKey("not-called")); in testIntraModuleRun_runAnyFailure()835 assertTrue(lastRes.getRunProtoMetrics().containsKey("called")); in testIntraModuleRun_runAnyFailure()836 assertFalse(lastRes.getRunProtoMetrics().containsKey("not-called")); in testIntraModuleRun_runAnyFailure()844 assertTrue(lastRes.getRunProtoMetrics().containsKey("called")); in testIntraModuleRun_runAnyFailure()845 assertFalse(lastRes.getRunProtoMetrics().containsKey("not-called")); in testIntraModuleRun_runAnyFailure()
218 mDetailedRunResults.getRunProtoMetrics()); in testRunStarted()360 getCurrentRunResults().getRunProtoMetrics()); in testModuleEnded()437 listener.testRunEnded(result.getElapsedTime(), result.getRunProtoMetrics()); in forwardTestRunResults()467 mDetailedRunResults.getElapsedTime(), mDetailedRunResults.getRunProtoMetrics()); in forwardDetailedFailure()
96 public HashMap<String, Metric> getRunProtoMetrics() { in getRunProtoMetrics() method in TestRunResult542 finalRunProtoMetrics.putAll(eachRunResult.getRunProtoMetrics()); in merge()
203 listener.testRunEnded(module.getElapsedTime(), module.getRunProtoMetrics()); in forwardTestResults()
251 mMainListener.testRunEnded(runResult.getElapsedTime(), runResult.getRunProtoMetrics()); in forwardRunResults()
672 metricsProto.putAll(runResult.getRunProtoMetrics()); in reportFinalResults()