Home
last modified time | relevance | path

Searched defs:testStarted (Results 1 – 25 of 32) sorted by relevance

12

/tools/tradefederation/core/src/com/android/tradefed/result/
DFilteredResultForwarder.java39 public void testStarted(TestDescription test) { in testStarted() method in FilteredResultForwarder
47 public void testStarted(TestDescription test, long startTime) { in testStarted() method in FilteredResultForwarder
DTestResultListener.java41 public final void testStarted(TestDescription test, long startTime) { in testStarted() method in TestResultListener
52 public final void testStarted(TestDescription test) { in testStarted() method in TestResultListener
DLegacySubprocessResultsReporter.java112 public void testStarted(TestIdentifier testId) { in testStarted() method in LegacySubprocessResultsReporter
117 public void testStarted(TestIdentifier testId, long startTime) { in testStarted() method in LegacySubprocessResultsReporter
DStubTestRunListener.java95 public void testStarted(TestIdentifier test) { in testStarted() method in StubTestRunListener
DResultForwarder.java283 public void testStarted(TestDescription test) { in testStarted() method in ResultForwarder
289 public void testStarted(TestDescription test, long startTime) { in testStarted() method in ResultForwarder
DNameMangleListener.java129 public void testStarted(TestDescription test) { in testStarted() method in NameMangleListener
DSubprocessResultsReporter.java210 public void testStarted(TestDescription testId) { in testStarted() method in SubprocessResultsReporter
216 public void testStarted(TestDescription testId, long startTime) { in testStarted() method in SubprocessResultsReporter
DInvocationToJUnitResultForwarder.java107 public void testStarted(TestDescription test) { in testStarted() method in InvocationToJUnitResultForwarder
DCollectingTestListener.java282 public void testStarted(TestDescription test) { in testStarted() method in CollectingTestListener
288 public void testStarted(TestDescription test, long startTime) { in testStarted() method in CollectingTestListener
DEventsLoggerListener.java126 public void testStarted(TestDescription test, long startTime) { in testStarted() method in EventsLoggerListener
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DGTestListener.java45 public void testStarted(TestDescription test, long startTime) { in testStarted() method in GTestListener
DTestTimeoutEnforcer.java76 public void testStarted(TestDescription test, long startTime) { in testStarted() method in TestTimeoutEnforcer
DInstrumentationListener.java116 public void testStarted(TestDescription test, long startTime) { in testStarted() method in InstrumentationListener
/tools/tradefederation/core/isolation/com/android/tradefed/isolation/
DIsolationResultForwarder.java97 public void testStarted(Description description) throws IOException { in testStarted() method in IsolationResultForwarder
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/host/
DPrettyTestEventLogger.java48 public void testStarted(TestDescription test) { in testStarted() method in PrettyTestEventLogger
/tools/tradefederation/core/test_result_interfaces/com/android/tradefed/result/
DITestLifeCycleReceiver.java134 public default void testStarted(TestDescription test) {} in testStarted() method
143 default void testStarted(TestDescription test, long startTime) { in testStarted() method
/tools/asuite/atest/bazel/runner/src/com/android/tradefed/testtype/bazel/
DNullTestListener.java84 public void testStarted(TestDescription test) { in testStarted() method in NullTestListener
89 public void testStarted(TestDescription test, long startTime) { in testStarted() method in NullTestListener
DForwardingTestListener.java91 public void testStarted(TestDescription test) { in testStarted() method in ForwardingTestListener
96 public void testStarted(TestDescription test, long startTime) { in testStarted() method in ForwardingTestListener
/tools/tradefederation/core/src/com/android/tradefed/result/ddmlib/
DTestRunToTestInvocationForwarder.java69 public void testStarted(TestIdentifier testId) { in testStarted() method in TestRunToTestInvocationForwarder
/tools/asuite/atest/bazel/reporter/src/com/android/tradefed/result/
DBazelXmlResultReporter.java124 public void testStarted(TestDescription test) { in testStarted() method in BazelXmlResultReporter
129 public void testStarted(TestDescription test, long startTime) { in testStarted() method in BazelXmlResultReporter
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/junit4/
DJUnit4ResultForwarder.java141 public void testStarted(Description description) throws Exception { in testStarted() method in JUnit4ResultForwarder
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DNoisyDryRunTest.java260 public void testStarted(TestDescription test) { in testStarted() method in NoisyDryRunTest.StoreAndForwardTestCases
/tools/tradefederation/core/src/com/android/tradefed/postprocessor/
DBasePostProcessor.java267 public final void testStarted(TestDescription test) { in testStarted() method in BasePostProcessor
272 public final void testStarted(TestDescription test, long startTime) { in testStarted() method in BasePostProcessor
/tools/tradefederation/core/src/com/android/tradefed/result/proto/
DProtoResultReporter.java422 public final void testStarted(TestDescription test) { in testStarted() method in ProtoResultReporter
427 public final void testStarted(TestDescription test, long startTime) { in testStarted() method in ProtoResultReporter
/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/result/
DTestRunResult.java294 public void testStarted(TestDescription test) { in testStarted() method in TestRunResult
298 public void testStarted(TestDescription test, long startTime) { in testStarted() method in TestRunResult

12