Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/
DTestStub.java66 listener.testEnded(tid, new HashMap<String, Metric>()); in testAttempt()
72 listener.testEnded(tid2, new HashMap<String, Metric>()); in testAttempt()
80 listener.testEnded(tid3, new HashMap<String, Metric>()); in testAttempt()
111 listener.testEnded(tid, new HashMap<String, Metric>()); in run()
116 listener.testEnded(tid, new HashMap<String, Metric>()); in run()
123 listener.testEnded(tid, new HashMap<String, Metric>()); in run()
DSimpleTestStub.java58 listener.testEnded(tid, new HashMap<String, Metric>()); in run()
DJarHostTestTest.java238 mListener.testEnded(EasyMock.eq(tid), EasyMock.anyLong(), in testJarHostMetrics()
/test/vts/harnesses/tradefed/tests/src/com/android/tradefed/testtype/
DVtsMultiDeviceTestResultParserTest.java75 mockRunListener.testEnded(test1, Collections.emptyMap()); in testRunTimeoutInput()
79 mockRunListener.testEnded(test2, Collections.emptyMap()); in testRunTimeoutInput()
103 mockRunListener.testEnded(test1, Collections.emptyMap()); in testRunNormalInput()
107 mockRunListener.testEnded(test2, Collections.emptyMap()); in testRunNormalInput()
223 mockRunListener.testEnded(test1, 1525425223793l, Collections.emptyMap()); in testNormalSummary()
228 mockRunListener.testEnded(test2, 1525425749537l, Collections.emptyMap()); in testNormalSummary()
249 mockRunListener.testEnded(test1, 1525424790227l, Collections.emptyMap()); in testClassErrorSummary()
DVtsFuzzTestResultParserTest.java79 mockRunListener.testEnded( in testParsePassedFile()
97 mockRunListener.testEnded( in testParseFailedFile()
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
DMetadataReporterTest.java122 mReporter.testEnded(test1, new HashMap<String, Metric>()); in runTests()
127 mReporter.testEnded(test1, new HashMap<String, Metric>()); in runTests()
133 mReporter.testEnded(test3, new HashMap<String, Metric>()); in runTests()
139 mReporter.testEnded(test4, new HashMap<String, Metric>()); in runTests()
DResultReporterTest.java149 mReporter.testEnded(test1, new HashMap<String, Metric>()); in testResultReporting()
156 mReporter.testEnded(test3, new HashMap<String, Metric>()); in testResultReporting()
195 mReporter.testEnded(test, new HashMap<String, Metric>()); in makeTestRun()
269 mReporter.testEnded(test1, new HashMap<String, Metric>()); in testRetry()
272 mReporter.testEnded(test2, new HashMap<String, Metric>()); in testRetry()
328 mReporter.testEnded(test2, new HashMap<String, Metric>()); in testRetryCanSetDone()
367 mReporter.testEnded(test2, new HashMap<String, Metric>()); in testRetryCannotSetDone()
387 mReporter.testEnded(test1, new HashMap<String, Metric>()); in testResultReporting_moduleNotDone()
515 shard1.testEnded(test1, new HashMap<String, Metric>()); in testResultReporter_sharded()
522 shard2.testEnded(test2, new HashMap<String, Metric>()); in testResultReporter_sharded()
[all …]
DConsoleReporterTest.java111 mReporter.testEnded(test1, new HashMap<String, Metric>()); in runTests()
/test/vts/harnesses/tradefed/src/com/android/tradefed/testtype/
DVtsMultiDeviceTestResultParser.java177 listener.testEnded(mCurrentTestId, emptyMap); in handleTestRunFailed()
322 listener.testEnded(test.getKey(), Collections.<String, String>emptyMap()); in completeTestRun()
326 listener.testEnded(test.getKey(), Collections.emptyMap()); in completeTestRun()
330 listener.testEnded(test.getKey(), Collections.emptyMap()); in completeTestRun()
334 listener.testEnded(test.getKey(), Collections.emptyMap()); in completeTestRun()
452 listener.testEnded(TestDescription, endTime, Collections.emptyMap()); in processJsonFile()
DVtsFuzzTestResultParser.java145 listener.testEnded(mTestId, emptyMap); in doTestEnded()
165 listener.testEnded(mTestId, emptyMap); in handleTestRunFailed()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DModuleListener.java82 public void testEnded(TestDescription test, HashMap<String, Metric> metrics) { in testEnded() method in ModuleListener
84 mListener.testEnded(test, metrics); in testEnded()
DConsoleReporter.java134 public void testEnded(TestDescription test, HashMap<String, Metric> testMetrics) { in testEnded() method in ConsoleReporter
DMetadataReporter.java135 public void testEnded(TestDescription test, HashMap<String, Metric> testMetrics) { in testEnded() method in MetadataReporter
DResultReporter.java373 public void testEnded(TestDescription test, HashMap<String, Metric> metrics) { in testEnded() method in ResultReporter
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/suite/
DCertificationChecksumHelperTest.java97 results.testEnded(test, new HashMap<String, Metric>()); in createFakeResults()
/test/suite_harness/common/host-side/tradefed/tests/res/testtype/
DtestJar1.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/ui/ android/ ...
/test/app_compat/csuite/harness/src/test/java/com/android/compatibility/testtype/
DAppLaunchTestTest.java420 .testEnded(anyObject(), anyLong(), (Map<String, String>) any()); in verifyFailedAndEndedCall()
430 .testEnded(anyObject(), anyLong(), (Map<String, String>) any()); in verifyPassedAndEndedCall()
/test/framework/harnesses/cts-tradefed/
Dtradefed-cts-prebuilt.jarMETA-INF/ META-INF/MANIFEST.MF com/android/compatibility/common/ ...
/test/app_compat/csuite/harness/src/main/java/com/android/compatibility/testtype/
DAppLaunchTest.java202 listener.testEnded( in testPackage()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DMediaPreparer.java472 public void testEnded(TestDescription test, HashMap<String, Metric> metrics) { in testEnded() method in MediaPreparer.MediaPreparerListener
/test/app_compat/csuite/harness/src/main/java/com/android/compatibility/
DAppCompatibilityTest.java329 listener.testEnded(
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/presubmit/
DIntegrationTest.java259 public void testEnded(TestDescription test, long endTime, in testSingleModuleRun_checkMetadata()