Searched refs:DOOR_POS (Results 1 – 8 of 8) sorted by relevance
1206 public static final int DOOR_POS = 373295872; field in VehiclePropertyIds1999 case DOOR_POS: in toString()
38 VehiclePropertyIds.DOOR_POS, in PropertyPermissionMapping()
16 MissingPermission: android.car.VehiclePropertyIds#DOOR_POS:17 …Permission Car.PERMISSION_CONTROL_CAR_DOORS required by field VehiclePropertyIds.DOOR_POS is hidde…
243 …ion("android.car.permission.CONTROL_CAR_DOORS") public static final int DOOR_POS = 373295872; // 0…
71 mProps.add(VehiclePropertyIds.DOOR_POS); in initAllPropertyIds()
229 assertEquals("DOOR_POS", VehiclePropertyIds.toString(VehiclePropertyIds.DOOR_POS)); in testToString()
167 mProps.put(VehicleProperty.DOOR_POS, new Pair<>( in PropertyHalServiceIds()