Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/suite/
DPreviousResultLoader.java122 File protoDir = new File(mResultDir, CompatibilityProtoResultReporter.PROTO_DIR); in init()
124 if (new File(protoDir, CompatibilityProtoResultReporter.PROTO_FILE_NAME).exists()) { in init()
129 CompatibilityProtoResultReporter.PROTO_FILE_NAME)); in init()
130 } else if (new File(protoDir, CompatibilityProtoResultReporter.PROTO_FILE_NAME + "0") in init()
137 CompatibilityProtoResultReporter.PROTO_FILE_NAME + "0")); in init()
139 new File(protoDir, CompatibilityProtoResultReporter.PROTO_FILE_NAME) in init()
DCompactProtoReporter.java63 mResultDir = CompatibilityProtoResultReporter.getProtoResultDirectory(mBuildHelper); in invocationStarted()
64 mBaseProtoFile = new File(mResultDir, CompatibilityProtoResultReporter.PROTO_FILE_NAME); in invocationStarted()
DCompatibilityProtoResultReporter.java32 public class CompatibilityProtoResultReporter extends FileProtoResultReporter class
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/suite/
DPreviousResultLoaderTest.java223 CompatibilityProtoResultReporter.PROTO_DIR); in createFakeBuild()
226 mProtoFile = new File(protoDir, CompatibilityProtoResultReporter.PROTO_FILE_NAME + "0"); in createFakeBuild()
228 mProtoFile = new File(protoDir, CompatibilityProtoResultReporter.PROTO_FILE_NAME); in createFakeBuild()