Home
last modified time | relevance | path

Searched refs:SEAT_OCCUPANCY (Results 1 – 9 of 9) sorted by relevance

/packages/services/Car/service/src/com/android/car/
DBluetoothDeviceConnectionPolicy.java151 mCarPropertyService.registerListener(VehiclePropertyIds.SEAT_OCCUPANCY, in init()
158 mCarPropertyService.unregisterListener(VehiclePropertyIds.SEAT_OCCUPANCY, in release()
201 && (value.getPropertyId() == VehiclePropertyIds.SEAT_OCCUPANCY) in onSeatOccupancyCarPropertyEvent()
/packages/services/Car/car-lib/src/android/car/
DVehiclePropertyIds.java1470 public static final int SEAT_OCCUPANCY = 356518832; field in VehiclePropertyIds
2071 case SEAT_OCCUPANCY: in toString()
/packages/services/Car/car-lib/api/
Dbaseline.txt154 MissingPermission: android.car.VehiclePropertyIds#SEAT_OCCUPANCY:
155 …Permission Car.PERMISSION_CONTROL_CAR_SEATS required by field VehiclePropertyIds.SEAT_OCCUPANCY is…
Dtest-baseline.txt154 MissingPermission: android.car.VehiclePropertyIds#SEAT_OCCUPANCY:
155 …Permission Car.PERMISSION_CONTROL_CAR_SEATS required by field VehiclePropertyIds.SEAT_OCCUPANCY is…
Dcurrent.txt354 …("android.car.permission.CONTROL_CAR_SEATS") public static final int SEAT_OCCUPANCY = 356518832; /…
/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalServiceIds.java275 mProps.put(VehicleProperty.SEAT_OCCUPANCY, new Pair<>( in PropertyHalServiceIds()
581 mPropToValidValue.put(VehicleProperty.SEAT_OCCUPANCY, SEAT_OCCUPANCY_STATE); in PropertyHalServiceIds()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DBluetoothDeviceConnectionPolicyTest.java226 VehiclePropertyIds.SEAT_OCCUPANCY, seat, in sendSeatOnOccupied()
/packages/services/Car/tests/CarSecurityPermissionTest/src/com/android/car/
DCarPropertyManagerPublicPermissionTest.java107 mProps.add(VehiclePropertyIds.SEAT_OCCUPANCY); in initAllPropertyIds()
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DVehiclePropertyIdsTest.java295 VehiclePropertyIds.toString(VehiclePropertyIds.SEAT_OCCUPANCY)); in testToString()