Searched refs:CompatibilityProtoResultReporter (Results 1 – 4 of 4) sorted by relevance
122 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()
63 mResultDir = CompatibilityProtoResultReporter.getProtoResultDirectory(mBuildHelper); in invocationStarted()64 mBaseProtoFile = new File(mResultDir, CompatibilityProtoResultReporter.PROTO_FILE_NAME); in invocationStarted()
32 public class CompatibilityProtoResultReporter extends FileProtoResultReporter class
223 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()