Home
last modified time | relevance | path

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

123456789

/aosp_15_r20/platform_testing/libraries/flicker/src/android/tools/flicker/
H A DIFlickerServiceResultsCollector.kt27 fun testStarted(description: Description) method
/aosp_15_r20/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
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
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
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
/aosp_15_r20/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
/aosp_15_r20/external/cronet/test_runner/src/com.android.tests.chromium.host/
H A DTestListenerWithTime.java130 public void testStarted(TestDescription test) { in testStarted() method in TestListenerWithTime
135 public void testStarted(TestDescription test, long startTime) { in testStarted() method in TestListenerWithTime
/aosp_15_r20/tools/asuite/atest/bazel/runner/src/com/android/tradefed/testtype/bazel/
H A 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
H A 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
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/flow/
H A DSharingStressTest.kt17 private val testStarted = TimeSource.Monotonic.markNow() in <lambda>() constant in kotlinx.coroutines.flow.SharingStressTest
/aosp_15_r20/tools/asuite/atest/bazel/reporter/src/com/android/tradefed/result/
H A 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
/aosp_15_r20/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
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/result/proto/
DProtoResultReporter.java432 public final void testStarted(TestDescription test) { in testStarted() method in ProtoResultReporter
437 public final void testStarted(TestDescription test, long startTime) { in testStarted() method in ProtoResultReporter
/aosp_15_r20/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
/aosp_15_r20/cts/tests/core/runner-axt/src/com/android/cts/runner/
H A DCrashParserRunListener.java35 public void testStarted(Description description) throws Exception { in testStarted() method in CrashParserRunListener
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/device/metric/
DBaseDeviceMetricCollector.java440 public final void testStarted(TestDescription test) { in testStarted() method in BaseDeviceMetricCollector
445 public final void testStarted(TestDescription test, long startTime) { in testStarted() method in BaseDeviceMetricCollector
/aosp_15_r20/external/vogar/src/vogar/target/
H A DTestEnvironmentRunListener.java33 public void testStarted(Description description) throws Exception { in testStarted() method in TestEnvironmentRunListener
/aosp_15_r20/cts/common/device-side/bedstead/harrier/common/src/main/java/com/android/bedstead/harrier/
H A DTestLifecycleListener.java30 default void testStarted(String testName) {} in testStarted() method
/aosp_15_r20/external/okhttp/okhttp-testing-support/src/main/java/com/squareup/okhttp/testing/
H A DInstallUncaughtExceptionHandlerListener.java58 @Override public void testStarted(Description description) throws Exception { in testStarted() method in InstallUncaughtExceptionHandlerListener
/aosp_15_r20/platform_testing/libraries/device-collectors/src/main/java/android/device/loggers/
H A DTestCaseLogger.java31 public void testStarted(Description description) throws Exception { in testStarted() method in TestCaseLogger
/aosp_15_r20/test/robolectric-extensions/clearcut-junit-listener/src/main/java/com/google/asuite/clearcut/junit/listener/
H A DClearcutJunitListener.java56 public void testStarted(Description description) throws Exception { in testStarted() method in ClearcutJunitListener
/aosp_15_r20/external/cronet/testing/android/junit/java/src/org/chromium/testing/local/
H A DJsonListener.java34 public void testStarted(Description d) throws Exception { in testStarted() method in JsonListener
/aosp_15_r20/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DGTestListener.java45 public void testStarted(TestDescription test, long startTime) { in testStarted() method in GTestListener

123456789