Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/
DVehiclePropertyIds.java1435 public static final int SEAT_HEADREST_HEIGHT_MOVE = 356518806; field in VehiclePropertyIds
2061 case SEAT_HEADREST_HEIGHT_MOVE: in toString()
/packages/services/Car/car-lib/src/com/android/car/internal/
DPropertyPermissionMapping.java71 VehiclePropertyIds.SEAT_HEADREST_HEIGHT_MOVE, in PropertyPermissionMapping()
/packages/services/Car/car-lib/api/
Dbaseline.txt134 MissingPermission: android.car.VehiclePropertyIds#SEAT_HEADREST_HEIGHT_MOVE:
135 …RMISSION_CONTROL_CAR_SEATS required by field VehiclePropertyIds.SEAT_HEADREST_HEIGHT_MOVE is hidde…
Dtest-baseline.txt134 MissingPermission: android.car.VehiclePropertyIds#SEAT_HEADREST_HEIGHT_MOVE:
135 …RMISSION_CONTROL_CAR_SEATS required by field VehiclePropertyIds.SEAT_HEADREST_HEIGHT_MOVE is hidde…
Dcurrent.txt344 …roid.car.permission.CONTROL_CAR_SEATS") public static final int SEAT_HEADREST_HEIGHT_MOVE = 356518…
/packages/services/Car/tests/CarSecurityPermissionTest/src/com/android/car/
DCarPropertyManagerPublicPermissionTest.java102 mProps.add(VehiclePropertyIds.SEAT_HEADREST_HEIGHT_MOVE); in initAllPropertyIds()
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DVehiclePropertyIdsTest.java285 VehiclePropertyIds.toString(VehiclePropertyIds.SEAT_HEADREST_HEIGHT_MOVE)); in testToString()
/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalServiceIds.java260 mProps.put(VehicleProperty.SEAT_HEADREST_HEIGHT_MOVE, new Pair<>( in PropertyHalServiceIds()