Home
last modified time | relevance | path

Searched refs:getMetrics (Results 1 – 13 of 13) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/result/
DTestResult.java59 public Map<String, String> getMetrics() { in getMetrics() method in TestResult
163 newResult.setMetrics(result.getMetrics()); in clone()
DJsonHttpTestResultReporter.java183 if (testResult.getMetrics().size() > 0) { in convertMetricsToJson()
184 JSONObject testResultMetrics = new JSONObject(testResult.getMetrics()); in convertMetricsToJson()
DConsoleResultReporter.java144 Map<String, String> metrics = testResult.getMetrics(); in getTestSummary()
DMetricsXMLResultReporter.java156 printTestMetrics(serializer, testResult.getMetrics()); in printTestResults()
/tools/tradefederation/core/tests/src/com/android/tradefed/result/
DCollectingTestListenerTest.java122 runResult1.getTestResults().get(test1).getMetrics().get(TEST_KEY)); in testTwoRuns()
124 runResult2.getTestResults().get(test2).getMetrics().get(TEST_KEY)); in testTwoRuns()
/tools/tradefederation/core/prod-tests/src/com/android/graphics/tests/
DImageProcessingTest.java101 Map<String, String> testMetrics = testCaseResult.getMetrics(); in run()
/tools/tradefederation/core/prod-tests/src/com/android/framework/tests/
DDataIdleTest.java106 Map<String, String> testMetrics = testResults.iterator().next().getMetrics(); in run()
DFrameworkPerfTest.java138 Map<String, String> testMetrics = testResults.get(0).getMetrics(); in run()
DFrameworkStressTest.java95 Map<String, String> testMetrics = res.getMetrics(); in run()
DBandwidthMicroBenchMarkTest.java147 Map<String, String> testMetrics = testResults.iterator().next().getMetrics(); in run()
/tools/tradefederation/core/prod-tests/src/com/android/performance/tests/
DHermeticLaunchTest.java190 mActivityTraceFileMap = testResults.get(0).getMetrics(); in run()
DAppTransitionTests.java673 return testResults.get(0).getMetrics(); in getAppComponentInfoMap()
/tools/tradefederation/core/src/com/android/tradefed/result/suite/
DXmlSuiteResultFormatter.java300 individualResult.getValue().getMetrics().entrySet()) { in serializeTestCases()