Searched refs:getVehicleAreaType (Results 1 – 2 of 2) sorted by relevance
113 int areaType = getVehicleAreaType(propId); in addProperty()258 private static int getVehicleAreaType(int propId) { in getVehicleAreaType() method in FakeCarPropertyService
138 int areaType = getVehicleAreaType(p.prop & VehicleArea.MASK); in toCarPropertyConfig()192 private static @VehicleAreaType.VehicleAreaTypeValue int getVehicleAreaType(int halArea) { in getVehicleAreaType() method in CarPropertyUtils