Home
last modified time | relevance | path

Searched defs:testCount (Results 1 – 25 of 43) sorted by relevance

12

/tools/tradefederation/core/src/com/android/tradefed/retry/
DRetryLogSaverResultForwarder.java37 public void testRunStarted(String runName, int testCount) { in testRunStarted()
42 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted()
48 public void testRunStarted(String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted()
/tools/tradefederation/core/src/com/android/tradefed/result/
DRetryResultForwarder.java29 public void testRunStarted(String runName, int testCount) { in testRunStarted()
34 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted()
DModuleResultsAndMetricsForwarder.java59 public void testRunStarted(String runName, int testCount) { in testRunStarted()
64 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted()
69 public void testRunStarted(String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted()
DEventsLoggerListener.java88 public void testRunStarted(String runName, int testCount) { in testRunStarted()
93 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted()
98 public void testRunStarted(String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted()
DResultForwarder.java188 public void testRunStarted(String runName, int testCount) { in testRunStarted()
201 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted()
214 public void testRunStarted(String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted()
DStubTestRunListener.java80 public void testRunStarted(String runName, int testCount) { in testRunStarted()
DSubprocessResultsReporter.java182 public void testRunStarted(String runName, int testCount) { in testRunStarted()
188 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted()
194 public void testRunStarted(String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted()
DTestRunResultListener.java33 public void testRunStarted(String runName, int testCount) { in testRunStarted()
/tools/tradefederation/core/test_result_interfaces/com/android/tradefed/result/
DITestLifeCycleReceiver.java52 public default void testRunStarted(String runName, int testCount) {} in testRunStarted()
64 public default void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted()
80 String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted()
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/
DModuleDefinitionTest.java499 final int testCount = 4; in testRun_aggregateRunFailures() local
888 final int testCount = 5; in testRun_failPreparation_PassAfterModuleRetry() local
1007 final int testCount = 5; in testRun_fullPass() local
1058 final int testCount = 4; in testRun_partialRun() local
1118 final int testCount = 4; in testRun_partialRun_error() local
1175 final int testCount = 5; in testAbiSetting() local
1428 final int testCount = 4; in testRun_partialRun_deviceUnresponsive() local
1494 final int testCount = 5; in testRun_moduleLevelListeners() local
/tools/tradefederation/contrib/src/com/android/media/tests/
DCameraTestMetricsCollectionListener.java110 public void testRunStarted(String runName, int testCount) { in testRunStarted()
116 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted()
123 String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted()
/tools/asuite/atest/bazel/runner/src/com/android/tradefed/testtype/bazel/
DNullTestListener.java44 public void testRunStarted(String runName, int testCount) { in testRunStarted()
49 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted()
54 public void testRunStarted(String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted()
DForwardingTestListener.java51 public void testRunStarted(String runName, int testCount) { in testRunStarted()
56 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted()
61 public void testRunStarted(String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted()
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DGranularRetriableTestWrapper.java537 public void testRunStarted(String runName, int testCount) { in testRunStarted()
543 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted()
550 String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/python/
DPythonBinaryHostTest.java561 public void testRunStarted(String runName, int testCount) { in testRunStarted()
567 public void testRunStarted(String runName, int testCount, int attempt) { in testRunStarted()
573 public void testRunStarted(String runName, int testCount, int attempt, long startTime) { in testRunStarted()
/tools/tradefederation/core/src/com/android/tradefed/result/resultdb/
DResultDBReporter.java293 public void testRunStarted(String runName, int testCount) { in testRunStarted()
298 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted()
303 public void testRunStarted(String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/binary/
DKUnitModuleTest.java214 int[] testCount = {0}; in run() local
DExecutableBaseTest.java374 int testCount = mBinaryPaths.size() + mTestCommands.size(); in split() local
401 private Collection<IRemoteTest> splitByShardCount(int testCount, int shardCount) { in splitByShardCount()
/tools/tradefederation/core/src/com/android/tradefed/device/metric/
DIMetricCollector.java82 public default void onTestRunStart(DeviceMetricData runData, int testCount) in onTestRunStart()
DBaseDeviceMetricCollector.java334 public final void testRunStarted(String runName, int testCount) { in testRunStarted()
339 public final void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted()
345 String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted()
/tools/tradefederation/core/src/com/android/tradefed/postprocessor/
DBasePostProcessor.java198 public final void testRunStarted(String runName, int testCount) { in testRunStarted()
203 public final void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted()
209 String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted()
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/retry/
DResultsPlayerTest.java251 private TestRunResult createTestRunResult(String runName, int testCount, int failCount) { in createTestRunResult()
/tools/tradefederation/core/src/com/android/tradefed/result/ddmlib/
DTestRunToTestInvocationForwarder.java234 public void testRunStarted(String runName, int testCount) { in testRunStarted()
/tools/tradefederation/core/src/com/android/tradefed/result/proto/
DProtoResultReporter.java319 public final void testRunStarted(String runName, int testCount) { in testRunStarted()
324 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted()
329 public void testRunStarted(String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted()
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DDeviceBatteryLevelChecker.java122 int testCount = 1; in run() local

12