/tools/tradefederation/core/src/com/android/tradefed/retry/ |
D | RetryLogSaverResultForwarder.java | 37 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/ |
D | RetryResultForwarder.java | 29 public void testRunStarted(String runName, int testCount) { in testRunStarted() 34 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted()
|
D | ModuleResultsAndMetricsForwarder.java | 59 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()
|
D | EventsLoggerListener.java | 88 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()
|
D | ResultForwarder.java | 188 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()
|
D | StubTestRunListener.java | 80 public void testRunStarted(String runName, int testCount) { in testRunStarted()
|
D | SubprocessResultsReporter.java | 182 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()
|
D | TestRunResultListener.java | 33 public void testRunStarted(String runName, int testCount) { in testRunStarted()
|
/tools/tradefederation/core/test_result_interfaces/com/android/tradefed/result/ |
D | ITestLifeCycleReceiver.java | 52 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/ |
D | ModuleDefinitionTest.java | 499 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/ |
D | CameraTestMetricsCollectionListener.java | 110 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/ |
D | NullTestListener.java | 44 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()
|
D | ForwardingTestListener.java | 51 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/ |
D | GranularRetriableTestWrapper.java | 537 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/ |
D | PythonBinaryHostTest.java | 561 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/ |
D | ResultDBReporter.java | 293 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/ |
D | KUnitModuleTest.java | 214 int[] testCount = {0}; in run() local
|
D | ExecutableBaseTest.java | 374 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/ |
D | IMetricCollector.java | 82 public default void onTestRunStart(DeviceMetricData runData, int testCount) in onTestRunStart()
|
D | BaseDeviceMetricCollector.java | 334 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/ |
D | BasePostProcessor.java | 198 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/ |
D | ResultsPlayerTest.java | 251 private TestRunResult createTestRunResult(String runName, int testCount, int failCount) { in createTestRunResult()
|
/tools/tradefederation/core/src/com/android/tradefed/result/ddmlib/ |
D | TestRunToTestInvocationForwarder.java | 234 public void testRunStarted(String runName, int testCount) { in testRunStarted()
|
/tools/tradefederation/core/src/com/android/tradefed/result/proto/ |
D | ProtoResultReporter.java | 319 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/ |
D | DeviceBatteryLevelChecker.java | 122 int testCount = 1; in run() local
|