Searched refs:DOOR_MOVE (Results 1 – 8 of 8) sorted by relevance
1213 public static final int DOOR_MOVE = 373295873; field in VehiclePropertyIds2001 case DOOR_MOVE: in toString()
39 VehiclePropertyIds.DOOR_MOVE, in PropertyPermissionMapping()
14 MissingPermission: android.car.VehiclePropertyIds#DOOR_MOVE:15 …Permission Car.PERMISSION_CONTROL_CAR_DOORS required by field VehiclePropertyIds.DOOR_MOVE is hidd…
242 …ion("android.car.permission.CONTROL_CAR_DOORS") public static final int DOOR_MOVE = 373295873; // …
72 mProps.add(VehiclePropertyIds.DOOR_MOVE); in initAllPropertyIds()
230 assertEquals("DOOR_MOVE", VehiclePropertyIds.toString(VehiclePropertyIds.DOOR_MOVE)); in testToString()
170 mProps.put(VehicleProperty.DOOR_MOVE, new Pair<>( in PropertyHalServiceIds()