Home
last modified time | relevance | path

Searched refs:SEAT_HEADREST_HEIGHT_POS (Results 1 – 8 of 8) sorted by relevance

/packages/services/Car/car-lib/src/android/car/
DVehiclePropertyIds.java1428 public static final int SEAT_HEADREST_HEIGHT_POS = 289409941; field in VehiclePropertyIds
2059 case SEAT_HEADREST_HEIGHT_POS: in toString()
/packages/services/Car/car-lib/src/com/android/car/internal/
DPropertyPermissionMapping.java70 VehiclePropertyIds.SEAT_HEADREST_HEIGHT_POS, in PropertyPermissionMapping()
/packages/services/Car/car-lib/api/
Dbaseline.txt136 MissingPermission: android.car.VehiclePropertyIds#SEAT_HEADREST_HEIGHT_POS:
137 …RMISSION_CONTROL_CAR_SEATS required by field VehiclePropertyIds.SEAT_HEADREST_HEIGHT_POS is hidden…
Dtest-baseline.txt136 MissingPermission: android.car.VehiclePropertyIds#SEAT_HEADREST_HEIGHT_POS:
137 …RMISSION_CONTROL_CAR_SEATS required by field VehiclePropertyIds.SEAT_HEADREST_HEIGHT_POS is hidden…
Dcurrent.txt345 …roid.car.permission.CONTROL_CAR_SEATS") public static final int SEAT_HEADREST_HEIGHT_POS = 2894099…
/packages/services/Car/tests/CarSecurityPermissionTest/src/com/android/car/
DCarPropertyManagerPublicPermissionTest.java101 mProps.add(VehiclePropertyIds.SEAT_HEADREST_HEIGHT_POS); in initAllPropertyIds()
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DVehiclePropertyIdsTest.java283 VehiclePropertyIds.toString(VehiclePropertyIds.SEAT_HEADREST_HEIGHT_POS)); in testToString()
/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalServiceIds.java257 mProps.put(VehicleProperty.SEAT_HEADREST_HEIGHT_POS, new Pair<>( in PropertyHalServiceIds()