/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/suite/ |
D | TestMetricsJsonResultReporterTest.java | 145 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()
|
D | CertificationChecksumHelperTest.java | 123 results.testEnded(test, new HashMap<String, Metric>()); in createFakeResults()
|
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/ |
D | MetadataReporterTest.java | 125 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()
|
D | ConsoleReporterTest.java | 111 mReporter.testEnded(test1, new HashMap<String, Metric>()); in runTests()
|
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/ |
D | ConsoleReporter.java | 134 public void testEnded(TestDescription test, HashMap<String, Metric> testMetrics) { in testEnded() method in ConsoleReporter
|
D | MetadataReporter.java | 129 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/ |
D | TestMetricsJsonResultReporter.java | 297 public void testEnded(TestDescription testDescription, HashMap<String, Metric> metrics) { in testEnded() method in TestMetricsJsonResultReporter
|
/test/catbox/report/src/com/android/catbox/result/ |
D | JsonResultReporter.java | 331 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/ |
D | MediaPreparer.java | 622 public void testEnded(TestDescription test, HashMap<String, Metric> metrics) { in testEnded() method in MediaPreparer.MediaPreparerListener
|