Specified in INFO_MAKE and INFO_MODEL HAL docs to use public names
Bug: 316921360 Bug: 316922545 Test: presubmit Change-Id: I3f3956ba59381ce4580d92814cfcb096ebd35c17
This commit is contained in:
parent
379d7c1e65
commit
9b8607e503
2 changed files with 6 additions and 2 deletions
|
@ -11,12 +11,12 @@
|
|||
{
|
||||
"name": "Manufacturer of vehicle",
|
||||
"value": 286261505,
|
||||
"description": "Manufacturer of vehicle"
|
||||
"description": "Manufacturer of vehicle\nThis property must communicate the vehicle's public brand name."
|
||||
},
|
||||
{
|
||||
"name": "Model of vehicle",
|
||||
"value": 286261506,
|
||||
"description": "Model of vehicle"
|
||||
"description": "Model of vehicle\nThis property must communicate the vehicle's public model name."
|
||||
},
|
||||
{
|
||||
"name": "INFO_MODEL_YEAR",
|
||||
|
|
|
@ -59,6 +59,8 @@ enum VehicleProperty {
|
|||
/**
|
||||
* Manufacturer of vehicle
|
||||
*
|
||||
* This property must communicate the vehicle's public brand name.
|
||||
*
|
||||
* @change_mode VehiclePropertyChangeMode.STATIC
|
||||
* @access VehiclePropertyAccess.READ
|
||||
* @version 2
|
||||
|
@ -68,6 +70,8 @@ enum VehicleProperty {
|
|||
/**
|
||||
* Model of vehicle
|
||||
*
|
||||
* This property must communicate the vehicle's public model name.
|
||||
*
|
||||
* @change_mode VehiclePropertyChangeMode.STATIC
|
||||
* @access VehiclePropertyAccess.READ
|
||||
* @version 2
|
||||
|
|
Loading…
Reference in a new issue