Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/
DVehiclePropertyIds.java1213 public static final int DOOR_MOVE = 373295873; field in VehiclePropertyIds
2001 case DOOR_MOVE: in toString()
/packages/services/Car/car-lib/src/com/android/car/internal/
DPropertyPermissionMapping.java39 VehiclePropertyIds.DOOR_MOVE, in PropertyPermissionMapping()
/packages/services/Car/car-lib/api/
Dbaseline.txt14 MissingPermission: android.car.VehiclePropertyIds#DOOR_MOVE:
15 …Permission Car.PERMISSION_CONTROL_CAR_DOORS required by field VehiclePropertyIds.DOOR_MOVE is hidd…
Dtest-baseline.txt14 MissingPermission: android.car.VehiclePropertyIds#DOOR_MOVE:
15 …Permission Car.PERMISSION_CONTROL_CAR_DOORS required by field VehiclePropertyIds.DOOR_MOVE is hidd…
Dcurrent.txt242 …ion("android.car.permission.CONTROL_CAR_DOORS") public static final int DOOR_MOVE = 373295873; // …
/packages/services/Car/tests/CarSecurityPermissionTest/src/com/android/car/
DCarPropertyManagerPublicPermissionTest.java72 mProps.add(VehiclePropertyIds.DOOR_MOVE); in initAllPropertyIds()
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DVehiclePropertyIdsTest.java230 assertEquals("DOOR_MOVE", VehiclePropertyIds.toString(VehiclePropertyIds.DOOR_MOVE)); in testToString()
/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalServiceIds.java170 mProps.put(VehicleProperty.DOOR_MOVE, new Pair<>( in PropertyHalServiceIds()