Loading automotive/vehicle/aidl_property/android/hardware/automotive/vehicle/VehicleProperty.aidl +1 −1 Original line number Original line Diff line number Diff line Loading @@ -75,7 +75,7 @@ enum VehicleProperty { INFO_MODEL = 0x0102 + 0x10000000 + 0x01000000 INFO_MODEL = 0x0102 + 0x10000000 + 0x01000000 + 0x00100000, // VehiclePropertyGroup:SYSTEM,VehicleArea:GLOBAL,VehiclePropertyType:STRING + 0x00100000, // VehiclePropertyGroup:SYSTEM,VehicleArea:GLOBAL,VehiclePropertyType:STRING /** /** * Model year of vehicle. * Model year of vehicle in YYYY format based on the Gregorian calendar. * * * @change_mode VehiclePropertyChangeMode.STATIC * @change_mode VehiclePropertyChangeMode.STATIC * @access VehiclePropertyAccess.READ * @access VehiclePropertyAccess.READ Loading Loading
automotive/vehicle/aidl_property/android/hardware/automotive/vehicle/VehicleProperty.aidl +1 −1 Original line number Original line Diff line number Diff line Loading @@ -75,7 +75,7 @@ enum VehicleProperty { INFO_MODEL = 0x0102 + 0x10000000 + 0x01000000 INFO_MODEL = 0x0102 + 0x10000000 + 0x01000000 + 0x00100000, // VehiclePropertyGroup:SYSTEM,VehicleArea:GLOBAL,VehiclePropertyType:STRING + 0x00100000, // VehiclePropertyGroup:SYSTEM,VehicleArea:GLOBAL,VehiclePropertyType:STRING /** /** * Model year of vehicle. * Model year of vehicle in YYYY format based on the Gregorian calendar. * * * @change_mode VehiclePropertyChangeMode.STATIC * @change_mode VehiclePropertyChangeMode.STATIC * @access VehiclePropertyAccess.READ * @access VehiclePropertyAccess.READ Loading