/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/ |
D | ResultFilter.java | 97 public void testEnded(TestIdentifier test, Map<String, String> testMetrics) { in testEnded() method in ResultFilter 99 super.testEnded(test, testMetrics); in testEnded()
|
D | SingleJUnitTestResultParser.java | 92 listener.testEnded(mTestId, emptyMap); in doTestEnded()
|
D | GeeTestResultParser.java | 564 listener.testEnded(testId, emptyMap); in doTestEnded() 632 listener.testEnded(testId, emptyMap); in handleTestRunFailed()
|
D | DeqpTestRunner.java | 313 mSink.testEnded(testId, emptyMap); in forwardFinalizedPendingResult() 1677 listener.testEnded(test, emptyMap); in fakePassTests()
|
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/result/ |
D | CtsXmlResultReporterTest.java | 147 mResultReporter.testEnded(testId, emptyMap); in testSinglePass() 182 mResultReporter.testEnded(testId, emptyMap); in testSingleFail() 218 mResultReporter.testEnded(testId, emptyMap); in testIncludeTestLogTags() 238 mResultReporter.testEnded(testId, emptyMap); in testDeviceSetup()
|
/cts/hostsidetests/ui/src/android/ui/cts/ |
D | TaskSwitchingTest.java | 113 public void testEnded(TestIdentifier test, Map<String, String> testMetrics) { in testEnded() method in TaskSwitchingTest.LocalListener 122 super.testEnded(test, testMetrics); in testEnded()
|
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/ |
D | ModuleListener.java | 79 public void testEnded(TestIdentifier test, Map<String, String> metrics) { in testEnded() method in ModuleListener 81 mListener.testEnded(test, metrics); in testEnded()
|
D | ConsoleReporter.java | 126 public void testEnded(TestIdentifier test, Map<String, String> testMetrics) { in testEnded() method in ConsoleReporter
|
D | ResultReporter.java | 271 public void testEnded(TestIdentifier test, Map<String, String> metrics) { in testEnded() method in ResultReporter
|
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/util/ |
D | NoOpTestInvocationListener.java | 100 public void testEnded(TestIdentifier test, Map<String, String> testMetrics) {} in testEnded() method in NoOpTestInvocationListener
|
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/ |
D | JarHostTestTest.java | 83 listener.testEnded(expectedTest, Collections.EMPTY_MAP); in testRun()
|
D | DeqpTestRunnerTest.java | 218 mockListener.testEnded(EasyMock.eq(testId), EasyMock.<Map<String, String>>notNull()); in testGlesVersion() 364 mockListener.testEnded(EasyMock.eq(testId), EasyMock.<Map<String, String>>notNull()); in testResultCode() 527 mockListener.testEnded(EasyMock.eq(testIds[i]), in testRun_multipleTests() 647 mockListener.testEnded(EasyMock.eq(testIds[i]), in testRun_unexecutableTests() 898 mockListener.testEnded(EasyMock.eq(testId), EasyMock.<Map<String, String>>notNull()); in testOrientation() 1152 mockListener.testEnded(EasyMock.eq(testId), EasyMock.<Map<String, String>>notNull()); in testRun_unsupportedPixelFormat() 1298 mockListener.testEnded(EasyMock.eq(testIds[0]), EasyMock.<Map<String, String>>notNull()); in testRun_sessionInfoValueMissing() 1460 mockListener.testEnded(EasyMock.eq(testIds[0]), EasyMock.<Map<String, String>>notNull()); in testRun_resultEventTypeMissing() 1662 mockListener.testEnded(EasyMock.eq(testIds[0]), EasyMock.<Map<String, String>>notNull()); in testRun_testCasePathInterrupted() 1669 mockListener.testEnded(EasyMock.eq(testIds[1]), EasyMock.<Map<String, String>>notNull()); in testRun_testCasePathInterrupted() [all …]
|
/cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/ |
D | ResultReporterTest.java | 122 mReporter.testEnded(test1, new HashMap<String, String>()); in testResultReporting() 163 mReporter.testEnded(test1, new HashMap<String, String>()); in testResultReporting_moduleNotDone()
|
D | ConsoleReporterTest.java | 125 mReporter.testEnded(test1, new HashMap<String, String>()); in runTests()
|
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/ |
D | ApkInstrumentationPreparer.java | 140 public void testEnded(TestIdentifier test, Map<String, String> metrics) { in testEnded() method in ApkInstrumentationPreparer.TargetPreparerListener
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/ |
D | CtsTestLogReporter.java | 122 public void testEnded(TestIdentifier test, Map<String, String> testMetrics) { in testEnded() method in CtsTestLogReporter
|
D | IssueReporter.java | 133 public void testEnded(TestIdentifier test, Map<String, String> testMetrics) { in testEnded() method in IssueReporter
|
D | CtsXmlResultReporter.java | 319 public void testEnded(TestIdentifier test, Map<String, String> testMetrics) { in testEnded() method in CtsXmlResultReporter
|
/cts/tools/vm-tests-tf/lib/ |
D | junit.jar | META-INF/
META-INF/MANIFEST.MF
junit/
junit/awtui/
junit/ ... |
/cts/tests/jdwp/runner/host-side/src/com/android/compatibility/testtype/ |
D | DalvikTest.java | 360 listener.testEnded(getTestIdentifier(parts[1]), in run()
|