Home
last modified time | relevance | path

Searched refs:invocationEnded (Results 1 – 10 of 10) sorted by relevance

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/suite/
DTestMetricsJsonResultReporterTest.java126 mResultReporter.invocationEnded(500L); in testReportLogFileNotGenerated()
147 mResultReporter.invocationEnded(500L); in testReportLogFileIsGenerated_Default_File_Name()
170 mResultReporter.invocationEnded(500L); in testReportLogFileIsGenerated_Custom_File_Name()
196 mResultReporter.invocationEnded(500L); in testReportLogValidateContent_No_Test_Name_Mapping()
223 mResultReporter.invocationEnded(500L); in testReportLogValidateContent_Test_Name_Mapping_Provided()
247 mResultReporter.invocationEnded(500L); in testReportLogValidateContent_Report_All_Metrics()
277 mResultReporter.invocationEnded(500L); in testReportLogValidateContent_Report_Metrics_For_Given_Keys()
310 mResultReporter.invocationEnded(500L); in testReportLogValidateContent_Missing_Keys()
351 mResultReporter.invocationEnded(500L); in testReportLogValidateContent_Multiple_Tests()
DPreviousSessionFileCopierTest.java77 mCopier.invocationEnded(500L); in testCopy()
93 mCopier.invocationEnded(500L); in testCopy_fileExists()
103 mCopier.invocationEnded(500L); in testCopy_fileExcluded()
DCertificationSuiteResultReporterTest.java107 mReporter.invocationEnded(500L); in testSuiteVariant()
133 mReporter.invocationEnded(500L); in testSuiteVariantGSI()
163 mReporter.invocationEnded(500L); in testSuiteVariantGSI_R_Compatibility()
195 mReporter.invocationEnded(500L); in testSuiteVariantGSI_R_Compatibility_ATS()
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
DMetadataReporterTest.java104 mReporter.invocationEnded(10); in testResultReportingFastTests()
118 mReporter.invocationEnded(10); in testResultReportingSlowTests()
DConsoleReporterTest.java77 mReporter.invocationEnded(10); in testResultReporting_singleModule()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/suite/
DCompactProtoReporter.java69 public void invocationEnded(long elapsedTime) { in invocationEnded() method in CompactProtoReporter
DPreviousSessionFileCopier.java67 public void invocationEnded(long elapsedTime) { in invocationEnded() method in PreviousSessionFileCopier
DTestMetricsJsonResultReporter.java290 public void invocationEnded(long elapsedTime) { in invocationEnded() method in TestMetricsJsonResultReporter
DCertificationReportCreator.java133 public void invocationEnded(long elapsedTime) { in invocationEnded() method in CertificationReportCreator
/test/catbox/report/src/com/android/catbox/result/
DJsonResultReporter.java324 public void invocationEnded(long elapsedTime) { in invocationEnded() method in JsonResultReporter