Searched refs:halArea (Results 1 – 2 of 2) sorted by relevance
272 int halArea = propId & VehicleArea.MASK; in getVehicleAreaType() local273 switch (halArea) { in getVehicleAreaType()287 throw new RuntimeException("Unsupported area type " + halArea); in getVehicleAreaType()
308 private static @VehicleAreaType.VehicleAreaTypeValue int getVehicleAreaType(int halArea) { in getVehicleAreaType() argument309 switch (halArea) { in getVehicleAreaType()323 throw new RuntimeException("Unsupported area type " + halArea); in getVehicleAreaType()