Searched refs:DOOR_LOCK (Results 1 – 10 of 10) sorted by relevance
67 addProperty(VehicleProperty.DOOR_LOCK, handler) in configureMockedHal()114 final int PROP = VehicleProperty.DOOR_LOCK; in testError()152 VehiclePropValue v = VehiclePropValueBuilder.newBuilder(VehicleProperty.DOOR_LOCK) in testEvent()
1220 public static final int DOOR_LOCK = 371198722; field in VehiclePropertyIds2003 case DOOR_LOCK: in toString()
40 VehiclePropertyIds.DOOR_LOCK); in PropertyPermissionMapping()
12 MissingPermission: android.car.VehiclePropertyIds#DOOR_LOCK:13 …Permission Car.PERMISSION_CONTROL_CAR_DOORS required by field VehiclePropertyIds.DOOR_LOCK is hidd…
241 …ion("android.car.permission.CONTROL_CAR_DOORS") public static final int DOOR_LOCK = 371198722; // …
65 VehiclePropertyIds.HVAC_FAN_SPEED, VehiclePropertyIds.DOOR_LOCK};
73 mProps.add(VehiclePropertyIds.DOOR_LOCK); in initAllPropertyIds()
231 assertEquals("DOOR_LOCK", VehiclePropertyIds.toString(VehiclePropertyIds.DOOR_LOCK)); in testToString()
173 mProps.put(VehicleProperty.DOOR_LOCK, new Pair<>( in PropertyHalServiceIds()