Home
last modified time | relevance | path

Searched refs:testEnded (Results 1 – 9 of 9) sorted by relevance

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/suite/
DTestMetricsJsonResultReporterTest.java145 mResultReporter.testEnded(testId, TfMetricProtoUtil.upgradeConvert(map)); in testReportLogFileIsGenerated_Default_File_Name()
168 mResultReporter.testEnded(testId, TfMetricProtoUtil.upgradeConvert(map)); in testReportLogFileIsGenerated_Custom_File_Name()
194 mResultReporter.testEnded(testId, TfMetricProtoUtil.upgradeConvert(map)); in testReportLogValidateContent_No_Test_Name_Mapping()
221 mResultReporter.testEnded(testId, TfMetricProtoUtil.upgradeConvert(map)); in testReportLogValidateContent_Test_Name_Mapping_Provided()
245 mResultReporter.testEnded(testId, TfMetricProtoUtil.upgradeConvert(testMetricsMap)); in testReportLogValidateContent_Report_All_Metrics()
275 mResultReporter.testEnded(testId, TfMetricProtoUtil.upgradeConvert(testMetricsMap)); in testReportLogValidateContent_Report_Metrics_For_Given_Keys()
308 mResultReporter.testEnded(testId, TfMetricProtoUtil.upgradeConvert(testMetricsMap)); in testReportLogValidateContent_Missing_Keys()
347 mResultReporter.testEnded(fooTestId, TfMetricProtoUtil.upgradeConvert(fooTestMetricsMap)); in testReportLogValidateContent_Multiple_Tests()
349 mResultReporter.testEnded(barTestId, TfMetricProtoUtil.upgradeConvert(barTestMetricsMap)); in testReportLogValidateContent_Multiple_Tests()
DCertificationChecksumHelperTest.java123 results.testEnded(test, new HashMap<String, Metric>()); in createFakeResults()
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
DMetadataReporterTest.java125 mReporter.testEnded(test1, waitTime, new HashMap<String, Metric>()); in runTests()
129 mReporter.testEnded(test1, waitTime, new HashMap<String, Metric>()); in runTests()
134 mReporter.testEnded(test3, waitTime, new HashMap<String, Metric>()); in runTests()
140 mReporter.testEnded(test4, waitTime, new HashMap<String, Metric>()); in runTests()
DConsoleReporterTest.java111 mReporter.testEnded(test1, new HashMap<String, Metric>()); in runTests()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DConsoleReporter.java134 public void testEnded(TestDescription test, HashMap<String, Metric> testMetrics) { in testEnded() method in ConsoleReporter
DMetadataReporter.java129 public void testEnded(TestDescription test, long endTime, HashMap<String, Metric> testMetrics) { in testEnded() method in MetadataReporter
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/suite/
DTestMetricsJsonResultReporter.java297 public void testEnded(TestDescription testDescription, HashMap<String, Metric> metrics) { in testEnded() method in TestMetricsJsonResultReporter
/test/catbox/report/src/com/android/catbox/result/
DJsonResultReporter.java331 public void testEnded(TestDescription testDescription, HashMap<String, Metric> metrics) { in testEnded() method in JsonResultReporter
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DMediaPreparer.java622 public void testEnded(TestDescription test, HashMap<String, Metric> metrics) { in testEnded() method in MediaPreparer.MediaPreparerListener