Searched refs:CompatibilityProtoResultReporter (Results 1 – 3 of 3) sorted by relevance
120 File protoDir = new File(mResultDir, CompatibilityProtoResultReporter.PROTO_DIR); in init()122 if (new File(protoDir, CompatibilityProtoResultReporter.PROTO_FILE_NAME).exists()) { in init()127 CompatibilityProtoResultReporter.PROTO_FILE_NAME)); in init()128 } else if (new File(protoDir, CompatibilityProtoResultReporter.PROTO_FILE_NAME + "0") in init()135 CompatibilityProtoResultReporter.PROTO_FILE_NAME + "0")); in init()137 new File(protoDir, CompatibilityProtoResultReporter.PROTO_FILE_NAME) in init()
28 public class CompatibilityProtoResultReporter extends FileProtoResultReporter { class
230 CompatibilityProtoResultReporter.PROTO_DIR); in createFakeBuild()233 mProtoFile = new File(protoDir, CompatibilityProtoResultReporter.PROTO_FILE_NAME + "0"); in createFakeBuild()235 mProtoFile = new File(protoDir, CompatibilityProtoResultReporter.PROTO_FILE_NAME); in createFakeBuild()