Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/suite/
DCertificationChecksumHelper.java91 int totalCount = results.size() * 2 + countTestResults(results); in tryCreateChecksum()
123 private static int countTestResults(Collection<TestRunResult> results) { in countTestResults() method in CertificationChecksumHelper