Home
last modified time | relevance | path

Searched refs:halArea (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/car-test-lib/src/android/car/testapi/
DFakeCarPropertyService.java272 int halArea = propId & VehicleArea.MASK; in getVehicleAreaType() local
273 switch (halArea) { in getVehicleAreaType()
287 throw new RuntimeException("Unsupported area type " + halArea); in getVehicleAreaType()
/packages/services/Car/service/src/com/android/car/hal/
DCarPropertyUtils.java308 private static @VehicleAreaType.VehicleAreaTypeValue int getVehicleAreaType(int halArea) { in getVehicleAreaType() argument
309 switch (halArea) { in getVehicleAreaType()
323 throw new RuntimeException("Unsupported area type " + halArea); in getVehicleAreaType()