Searched refs:getRunProtoMetrics (Results 1 – 6 of 6) sorted by relevance
274 mDetailedRunResults.getRunProtoMetrics()); in testRunStarted()443 getCurrentRunResults().getRunProtoMetrics()); in testModuleEnded()531 listener.testRunEnded(result.getElapsedTime(), result.getRunProtoMetrics()); in forwardTestRunResults()561 mDetailedRunResults.getElapsedTime(), mDetailedRunResults.getRunProtoMetrics()); in forwardDetailedFailure()
889 assertTrue(lastRes.getRunProtoMetrics().containsKey("called")); in testIntraModuleRun_runAnyFailure()890 assertFalse(lastRes.getRunProtoMetrics().containsKey("not-called")); in testIntraModuleRun_runAnyFailure()897 assertTrue(lastRes.getRunProtoMetrics().containsKey("called")); in testIntraModuleRun_runAnyFailure()898 assertFalse(lastRes.getRunProtoMetrics().containsKey("not-called")); in testIntraModuleRun_runAnyFailure()906 assertTrue(lastRes.getRunProtoMetrics().containsKey("called")); in testIntraModuleRun_runAnyFailure()907 assertFalse(lastRes.getRunProtoMetrics().containsKey("not-called")); in testIntraModuleRun_runAnyFailure()
96 public HashMap<String, Metric> getRunProtoMetrics() { in getRunProtoMetrics() method in TestRunResult594 finalRunProtoMetrics.putAll(eachRunResult.getRunProtoMetrics()); in merge()
226 listener.testRunEnded(module.getElapsedTime(), module.getRunProtoMetrics()); in forwardTestResults()
288 mMainListener.testRunEnded(runResult.getElapsedTime(), runResult.getRunProtoMetrics()); in forwardRunResults()
837 metricsProto.putAll(runResult.getRunProtoMetrics()); in reportFinalResults()