Searched refs:halArea (Results 1 – 2 of 2) sorted by relevance
259 int halArea = propId & VehicleArea.MASK; in getVehicleAreaType() local260 switch (halArea) { in getVehicleAreaType()274 throw new RuntimeException("Unsupported area type " + halArea); in getVehicleAreaType()
192 private static @VehicleAreaType.VehicleAreaTypeValue int getVehicleAreaType(int halArea) { in getVehicleAreaType() argument193 switch (halArea) { in getVehicleAreaType()207 throw new RuntimeException("Unsupported area type " + halArea); in getVehicleAreaType()