/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/ |
D | TestStub.java | 66 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()
|
D | SimpleTestStub.java | 58 listener.testEnded(tid, new HashMap<String, Metric>()); in run()
|
D | JarHostTestTest.java | 238 mListener.testEnded(EasyMock.eq(tid), EasyMock.anyLong(), in testJarHostMetrics()
|
/test/vts/harnesses/tradefed/tests/src/com/android/tradefed/testtype/ |
D | VtsMultiDeviceTestResultParserTest.java | 75 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()
|
D | VtsFuzzTestResultParserTest.java | 79 mockRunListener.testEnded( in testParsePassedFile() 97 mockRunListener.testEnded( in testParseFailedFile()
|
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/ |
D | MetadataReporterTest.java | 122 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()
|
D | ResultReporterTest.java | 149 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 …]
|
D | ConsoleReporterTest.java | 111 mReporter.testEnded(test1, new HashMap<String, Metric>()); in runTests()
|
/test/vts/harnesses/tradefed/src/com/android/tradefed/testtype/ |
D | VtsMultiDeviceTestResultParser.java | 177 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()
|
D | VtsFuzzTestResultParser.java | 145 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/ |
D | ModuleListener.java | 82 public void testEnded(TestDescription test, HashMap<String, Metric> metrics) { in testEnded() method in ModuleListener 84 mListener.testEnded(test, metrics); in testEnded()
|
D | ConsoleReporter.java | 134 public void testEnded(TestDescription test, HashMap<String, Metric> testMetrics) { in testEnded() method in ConsoleReporter
|
D | MetadataReporter.java | 135 public void testEnded(TestDescription test, HashMap<String, Metric> testMetrics) { in testEnded() method in MetadataReporter
|
D | ResultReporter.java | 373 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/ |
D | CertificationChecksumHelperTest.java | 97 results.testEnded(test, new HashMap<String, Metric>()); in createFakeResults()
|
/test/suite_harness/common/host-side/tradefed/tests/res/testtype/ |
D | testJar1.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/ui/
android/ ... |
/test/app_compat/csuite/harness/src/test/java/com/android/compatibility/testtype/ |
D | AppLaunchTestTest.java | 420 .testEnded(anyObject(), anyLong(), (Map<String, String>) any()); in verifyFailedAndEndedCall() 430 .testEnded(anyObject(), anyLong(), (Map<String, String>) any()); in verifyPassedAndEndedCall()
|
/test/framework/harnesses/cts-tradefed/ |
D | tradefed-cts-prebuilt.jar | META-INF/
META-INF/MANIFEST.MF
com/android/compatibility/common/ ... |
/test/app_compat/csuite/harness/src/main/java/com/android/compatibility/testtype/ |
D | AppLaunchTest.java | 202 listener.testEnded( in testPackage()
|
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/ |
D | MediaPreparer.java | 472 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/ |
D | AppCompatibilityTest.java | 329 listener.testEnded(
|
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/presubmit/ |
D | IntegrationTest.java | 259 public void testEnded(TestDescription test, long endTime, in testSingleModuleRun_checkMetadata()
|