/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/retry/ |
D | RetryLogSaverResultForwarder.java | 37 public void testRunStarted(String runName, int testCount) { in testRunStarted() method in RetryLogSaverResultForwarder 42 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted() method in RetryLogSaverResultForwarder 48 public void testRunStarted(String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted() method in RetryLogSaverResultForwarder
|
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/result/ |
D | EventsLoggerListener.java | 88 public void testRunStarted(String runName, int testCount) { in testRunStarted() method in EventsLoggerListener 93 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted() method in EventsLoggerListener 98 public void testRunStarted(String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted() method in EventsLoggerListener
|
D | ResultForwarder.java | 188 public void testRunStarted(String runName, int testCount) { in testRunStarted() method in ResultForwarder 201 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted() method in ResultForwarder 214 public void testRunStarted(String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted() method in ResultForwarder
|
D | RetryResultForwarder.java | 29 public void testRunStarted(String runName, int testCount) { in testRunStarted() method in RetryResultForwarder 34 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted() method in RetryResultForwarder
|
D | SubprocessResultsReporter.java | 182 public void testRunStarted(String runName, int testCount) { in testRunStarted() method in SubprocessResultsReporter 188 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted() method in SubprocessResultsReporter 194 public void testRunStarted(String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted() method in SubprocessResultsReporter
|
D | CollectingTestListener.java | 179 public void testRunStarted(String name, int numTests) { in testRunStarted() method in CollectingTestListener 185 public void testRunStarted(String name, int numTests, int attemptNumber) { in testRunStarted() method in CollectingTestListener 191 public void testRunStarted(String name, int numTests, int attemptNumber, long startTime) { in testRunStarted() method in CollectingTestListener
|
/aosp_15_r20/tools/tradefederation/core/test_result_interfaces/com/android/tradefed/result/ |
D | ITestLifeCycleReceiver.java | 52 public default void testRunStarted(String runName, int testCount) {} in testRunStarted() method 64 public default void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted() method 79 public default void testRunStarted( in testRunStarted() method
|
/aosp_15_r20/external/cronet/test_runner/src/com.android.tests.chromium.host/ |
H A D | TestListenerWithTime.java | 42 public void testRunStarted(String runName, int testCount) { in testRunStarted() method in TestListenerWithTime 92 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted() method in TestListenerWithTime 97 public void testRunStarted( in testRunStarted() method in TestListenerWithTime
|
/aosp_15_r20/tools/tradefederation/contrib/src/com/android/media/tests/ |
D | CameraTestMetricsCollectionListener.java | 110 public void testRunStarted(String runName, int testCount) { in testRunStarted() method in CameraTestMetricsCollectionListener.AbstractCameraTestMetricsCollectionListener 116 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted() method in CameraTestMetricsCollectionListener.AbstractCameraTestMetricsCollectionListener 122 public void testRunStarted( in testRunStarted() method in CameraTestMetricsCollectionListener.AbstractCameraTestMetricsCollectionListener
|
/aosp_15_r20/tools/asuite/atest/bazel/runner/src/com/android/tradefed/testtype/bazel/ |
H A D | NullTestListener.java | 44 public void testRunStarted(String runName, int testCount) { in testRunStarted() method in NullTestListener 49 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted() method in NullTestListener 54 public void testRunStarted(String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted() method in NullTestListener
|
H A D | ForwardingTestListener.java | 51 public void testRunStarted(String runName, int testCount) { in testRunStarted() method in ForwardingTestListener 56 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted() method in ForwardingTestListener 61 public void testRunStarted(String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted() method in ForwardingTestListener
|
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/ |
D | GranularRetriableTestWrapper.java | 517 public void testRunStarted(String runName, int testCount) { in testRunStarted() method in GranularRetriableTestWrapper.StartEndCollector 523 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted() method in GranularRetriableTestWrapper.StartEndCollector 529 public void testRunStarted( in testRunStarted() method in GranularRetriableTestWrapper.StartEndCollector
|
D | ModuleListener.java | 94 public void testRunStarted(String name, int numTests, int attemptNumber) { in testRunStarted() method in ModuleListener 99 public void testRunStarted(String name, int numTests, int attemptNumber, long startTime) { in testRunStarted() method in ModuleListener
|
/aosp_15_r20/tools/asuite/atest/bazel/reporter/src/com/android/tradefed/result/ |
H A D | BazelXmlResultReporter.java | 89 public void testRunStarted(String name, int numTests) { in testRunStarted() method in BazelXmlResultReporter 94 public void testRunStarted(String name, int numTests, int attemptNumber) { in testRunStarted() method in BazelXmlResultReporter 99 public void testRunStarted(String name, int numTests, int attemptNumber, long startTime) { in testRunStarted() method in BazelXmlResultReporter
|
/aosp_15_r20/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/python/ |
D | PythonBinaryHostTest.java | 561 public void testRunStarted(String runName, int testCount) { in testRunStarted() method in PythonBinaryHostTest.PythonForwarder 567 public void testRunStarted(String runName, int testCount, int attempt) { in testRunStarted() method in PythonBinaryHostTest.PythonForwarder 573 public void testRunStarted(String runName, int testCount, int attempt, long startTime) { in testRunStarted() method in PythonBinaryHostTest.PythonForwarder
|
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/cluster/ |
D | ClusterCommandScheduler.java | 262 public void testRunStarted(String name, int numTests) { in testRunStarted() method in ClusterCommandScheduler.InvocationEventHandler 267 public void testRunStarted(String name, int numTests, int attemptNumber) { in testRunStarted() method in ClusterCommandScheduler.InvocationEventHandler 273 public void testRunStarted(String name, int numTests, int attemptNumber, long startTime) { in testRunStarted() method in ClusterCommandScheduler.InvocationEventHandler
|
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/postprocessor/ |
D | BasePostProcessor.java | 196 public final void testRunStarted(String runName, int testCount) { in testRunStarted() method in BasePostProcessor 201 public final void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted() method in BasePostProcessor 206 public final void testRunStarted( in testRunStarted() method in BasePostProcessor
|
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/result/proto/ |
D | ProtoResultReporter.java | 319 public final void testRunStarted(String runName, int testCount) { in testRunStarted() method in ProtoResultReporter 324 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted() method in ProtoResultReporter 329 public void testRunStarted(String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted() method in ProtoResultReporter
|
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/device/metric/ |
D | BaseDeviceMetricCollector.java | 333 public final void testRunStarted(String runName, int testCount) { in testRunStarted() method in BaseDeviceMetricCollector 338 public final void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted() method in BaseDeviceMetricCollector 343 public final void testRunStarted( in testRunStarted() method in BaseDeviceMetricCollector
|
/aosp_15_r20/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/result/ |
D | TestRunResult.java | 262 public void testRunStarted(String runName, int testCount) { in testRunStarted() method in TestRunResult 272 public void testRunStarted(String runName, int testCount, long startTime) { in testRunStarted() method in TestRunResult
|
/aosp_15_r20/external/okhttp/okhttp-testing-support/src/main/java/com/squareup/okhttp/testing/ |
H A D | InstallUncaughtExceptionHandlerListener.java | 36 @Override public void testRunStarted(Description description) throws Exception { in testRunStarted() method in InstallUncaughtExceptionHandlerListener
|
/aosp_15_r20/platform_testing/libraries/device-collectors/src/main/platform-collectors/src/android/device/collectors/ |
H A D | PowerTestRunListener.java | 36 public void testRunStarted(Description description) throws IOException { in testRunStarted() method in PowerTestRunListener
|
/aosp_15_r20/test/robolectric-extensions/clearcut-junit-listener/src/main/java/com/google/asuite/clearcut/junit/listener/ |
H A D | ClearcutJunitListener.java | 46 public void testRunStarted(Description description) throws Exception { in testRunStarted() method in ClearcutJunitListener
|
/aosp_15_r20/external/cronet/testing/android/reporter/java/src/org/chromium/test/reporter/ |
H A D | TestStatusReporter.java | 23 public void testRunStarted(int pid) { in testRunStarted() method in TestStatusReporter
|
/aosp_15_r20/platform_testing/tests/health/scenarios/src/android/platform/test/scenario/sample/ |
H A D | PrintListener.java | 32 public void testRunStarted(Description description) throws Exception { in testRunStarted() method in PrintListener
|