Home
last modified time | relevance | path

Searched refs:countTestResults (Results 1 – 2 of 2) sorted by relevance

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/suite/
DCertificationChecksumHelper.java126 int totalCount = countTestResults(results); in tryCreateChecksum()
158 private static int countTestResults(Collection<TestRunResult> results) { in countTestResults() method in CertificationChecksumHelper
/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DChecksumReporter.java73 int totalCount = countTestResults(result); in tryCreateChecksum()
372 private static int countTestResults(IInvocationResult invocation) { in countTestResults() method in ChecksumReporter