Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/
DVehiclePropertyIds.java1358 public static final int SEAT_HEIGHT_POS = 356518795; field in VehiclePropertyIds
2039 case SEAT_HEIGHT_POS: in toString()
/packages/services/Car/car-lib/src/com/android/car/internal/
DPropertyPermissionMapping.java60 VehiclePropertyIds.SEAT_HEIGHT_POS, in PropertyPermissionMapping()
/packages/services/Car/car-lib/api/
Dbaseline.txt140 MissingPermission: android.car.VehiclePropertyIds#SEAT_HEIGHT_POS:
141 …ar.PERMISSION_CONTROL_CAR_SEATS required by field VehiclePropertyIds.SEAT_HEIGHT_POS is hidden or …
Dtest-baseline.txt140 MissingPermission: android.car.VehiclePropertyIds#SEAT_HEIGHT_POS:
141 …ar.PERMISSION_CONTROL_CAR_SEATS required by field VehiclePropertyIds.SEAT_HEIGHT_POS is hidden or …
Dcurrent.txt347 …("android.car.permission.CONTROL_CAR_SEATS") public static final int SEAT_HEIGHT_POS = 356518795; …
/packages/services/Car/tests/CarSecurityPermissionTest/src/com/android/car/
DCarPropertyManagerPublicPermissionTest.java91 mProps.add(VehiclePropertyIds.SEAT_HEIGHT_POS); in initAllPropertyIds()
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DVehiclePropertyIdsTest.java263 VehiclePropertyIds.toString(VehiclePropertyIds.SEAT_HEIGHT_POS)); in testToString()
/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalServiceIds.java227 mProps.put(VehicleProperty.SEAT_HEIGHT_POS, new Pair<>( in PropertyHalServiceIds()