Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/
DVehiclePropertyIds.java1300 public static final int SEAT_BELT_HEIGHT_POS = 356518787; field in VehiclePropertyIds
2023 case SEAT_BELT_HEIGHT_POS: in toString()
/packages/services/Car/car-lib/src/com/android/car/internal/
DPropertyPermissionMapping.java52 VehiclePropertyIds.SEAT_BELT_HEIGHT_POS, in PropertyPermissionMapping()
/packages/services/Car/car-lib/api/
Dbaseline.txt116 MissingPermission: android.car.VehiclePropertyIds#SEAT_BELT_HEIGHT_POS:
117 …PERMISSION_CONTROL_CAR_SEATS required by field VehiclePropertyIds.SEAT_BELT_HEIGHT_POS is hidden o…
Dtest-baseline.txt116 MissingPermission: android.car.VehiclePropertyIds#SEAT_BELT_HEIGHT_POS:
117 …PERMISSION_CONTROL_CAR_SEATS required by field VehiclePropertyIds.SEAT_BELT_HEIGHT_POS is hidden o…
Dcurrent.txt335 …ndroid.car.permission.CONTROL_CAR_SEATS") public static final int SEAT_BELT_HEIGHT_POS = 356518787…
/packages/services/Car/tests/CarSecurityPermissionTest/src/com/android/car/
DCarPropertyManagerPublicPermissionTest.java83 mProps.add(VehiclePropertyIds.SEAT_BELT_HEIGHT_POS); in initAllPropertyIds()
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DVehiclePropertyIdsTest.java247 VehiclePropertyIds.toString(VehiclePropertyIds.SEAT_BELT_HEIGHT_POS)); in testToString()
/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalServiceIds.java203 mProps.put(VehicleProperty.SEAT_BELT_HEIGHT_POS, new Pair<>( in PropertyHalServiceIds()