D | VehiclePropertyIdsParser.java | 103 public boolean deprecated; field in VehiclePropertyIdsParser.PropertyConfig 119 .append("\n deprecated: ").append(deprecated) in toString() 447 boolean deprecated = false; in parse() 455 deprecated = true; in parse() 485 propertyConfig.deprecated = deprecated; in parse() 497 if (!deprecated) { in parse() 577 if (config.deprecated) { in main() 578 jsonProp.put("deprecated", config.deprecated); in main()
|