Home
last modified time | relevance | path

Searched refs:invocationStarted (Results 1 – 12 of 12) sorted by relevance

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
DResultReporterTest.java126 mReporter.invocationStarted(mContext); in testSetup()
146 mReporter.invocationStarted(mContext); in testResultReporting()
205 mReporter.invocationStarted(mContext); in testRepeatedExecutions()
251 mReporter.invocationStarted(mContext); in testRetry()
306 mReporter.invocationStarted(mContext); in testRetryCanSetDone()
345 mReporter.invocationStarted(mContext); in testRetryCannotSetDone()
384 mReporter.invocationStarted(mContext); in testResultReporting_moduleNotDone()
414 mReporter.invocationStarted(mContext); in testResultReporting_moduleNotDone_noTests()
431 mReporter.invocationStarted(mContext); in testResultReporting_moduleDone_noTests()
464 mReporter.invocationStarted(mContext); in testTestLog()
[all …]
DConsoleReporterTest.java72 mReporter.invocationStarted(mContext); in testResultReporting_singleModule()
88 mReporter.invocationStarted(mContext); in testResultReporting_multipleModules()
DMetadataReporterTest.java93 mReporter.invocationStarted(mContext); in testResultReportingFastTests()
106 mReporter.invocationStarted(mContext); in testResultReportingSlowTests()
DChecksumReporterTest.java92 resultReporter.invocationStarted(context); in setUp()
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/presubmit/
DIntegrationTest.java209 mReporter.invocationStarted(mContext); in testSingleModuleRun()
246 public void invocationStarted(IInvocationContext context) { in testSingleModuleRun_checkMetadata()
269 myListener.invocationStarted(mContext); in testSingleModuleRun_checkMetadata()
312 mReporter.invocationStarted(mContext); in testSingleModuleRun_incomplete()
341 mReporter.invocationStarted(mContext); in testSingleModuleRun_completeAfterInternalRetry()
381 mReporter.invocationStarted(mContext); in testSingleModuleRun_incomplete_rerun_incomplete()
407 mReporter.invocationStarted(mContext); in testSingleModuleRun_incomplete_rerun_incomplete()
449 mReporter.invocationStarted(mContext); in testSingleModuleRun_incomplete_rerun_complete()
481 mReporter.invocationStarted(mContext); in testSingleModuleRun_incomplete_rerun_complete()
535 listener.invocationStarted(mShardContext); in run()
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/suite/
DPreviousSessionFileCopierTest.java76 mCopier.invocationStarted(mContext); in testCopy()
92 mCopier.invocationStarted(mContext); in testCopy_fileExists()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DModuleListener.java55 public void invocationStarted(IInvocationContext context) { in invocationStarted() method in ModuleListener
57 mListener.invocationStarted(context); in invocationStarted()
DConsoleReporter.java59 public void invocationStarted(IInvocationContext context) { in invocationStarted() method in ConsoleReporter
DMetadataReporter.java75 public void invocationStarted(IInvocationContext context) { in invocationStarted() method in MetadataReporter
DResultReporter.java220 public void invocationStarted(IInvocationContext context) { in invocationStarted() method in ResultReporter
234 mMasterResultReporter.invocationStarted(context); in invocationStarted()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/suite/
DPreviousSessionFileCopier.java59 public void invocationStarted(IInvocationContext context) { in invocationStarted() method in PreviousSessionFileCopier
DCertificationSuiteResultReporter.java141 public final void invocationStarted(IInvocationContext context) { in invocationStarted() method in CertificationSuiteResultReporter
142 super.invocationStarted(context); in invocationStarted()