Searched refs:halArea (Results 1 – 2 of 2) sorted by relevance
204 private static @VehicleAreaType.VehicleAreaTypeValue int getVehicleAreaType(int halArea) { in getVehicleAreaType() argument205 switch (halArea) { in getVehicleAreaType()220 if (halArea == VehicleArea.VENDOR) { in getVehicleAreaType()224 throw new RuntimeException("Unsupported area type " + halArea); in getVehicleAreaType()
353 int halArea = propId & VehicleArea.MASK; in getVehicleAreaType() local354 switch (halArea) { in getVehicleAreaType()369 if (halArea == VehicleArea.VENDOR) { in getVehicleAreaType()373 throw new RuntimeException("Unsupported area type " + halArea); in getVehicleAreaType()