Home
last modified time | relevance | path

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

/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DMetadataReporter.java142 metadata.testId = buildTestId(test); in testEnded()
166 private static String buildTestId(TestIdentifier test) { in buildTestId() method in MetadataReporter
/cts/common/util/src/com/android/compatibility/common/util/
DChecksumReporter.java296 String testId = buildTestId(suiteName, caseName, testName, abi); in generateTestResultSignature()
316 private static String buildTestId( in buildTestId() method in ChecksumReporter