Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/
DVehiclePropertyIds.java1293 public static final int SEAT_BELT_BUCKLED = 354421634; field in VehiclePropertyIds
2021 case SEAT_BELT_BUCKLED: in toString()
/packages/services/Car/car-lib/src/com/android/car/internal/
DPropertyPermissionMapping.java51 VehiclePropertyIds.SEAT_BELT_BUCKLED, in PropertyPermissionMapping()
/packages/services/Car/car-lib/api/
Dbaseline.txt112 MissingPermission: android.car.VehiclePropertyIds#SEAT_BELT_BUCKLED:
113 …r.PERMISSION_CONTROL_CAR_SEATS required by field VehiclePropertyIds.SEAT_BELT_BUCKLED is hidden or…
Dtest-baseline.txt112 MissingPermission: android.car.VehiclePropertyIds#SEAT_BELT_BUCKLED:
113 …r.PERMISSION_CONTROL_CAR_SEATS required by field VehiclePropertyIds.SEAT_BELT_BUCKLED is hidden or…
Dcurrent.txt333 …"android.car.permission.CONTROL_CAR_SEATS") public static final int SEAT_BELT_BUCKLED = 354421634;…
/packages/services/Car/tests/CarSecurityPermissionTest/src/com/android/car/
DCarPropertyManagerPublicPermissionTest.java82 mProps.add(VehiclePropertyIds.SEAT_BELT_BUCKLED); in initAllPropertyIds()
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DVehiclePropertyIdsTest.java245 VehiclePropertyIds.toString(VehiclePropertyIds.SEAT_BELT_BUCKLED)); in testToString()
/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalServiceIds.java200 mProps.put(VehicleProperty.SEAT_BELT_BUCKLED, new Pair<>( in PropertyHalServiceIds()