Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/car-test-lib/src/android/car/testapi/
H A 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()
/aosp12/packages/services/Car/service/src/com/android/car/hal/
H A DCarPropertyUtils.java314 private static @VehicleAreaType.VehicleAreaTypeValue int getVehicleAreaType(int halArea) { in getVehicleAreaType() argument
315 switch (halArea) { in getVehicleAreaType()
329 throw new RuntimeException("Unsupported area type " + halArea); in getVehicleAreaType()