Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/hal/
DHalPropConfig.java204 private static @VehicleAreaType.VehicleAreaTypeValue int getVehicleAreaType(int halArea) { in getVehicleAreaType() argument
205 switch (halArea) { in getVehicleAreaType()
220 if (halArea == VehicleArea.VENDOR) { in getVehicleAreaType()
224 throw new RuntimeException("Unsupported area type " + halArea); in getVehicleAreaType()
/packages/services/Car/libs/car-test-lib/src/android/car/testapi/
DFakeCarPropertyService.java353 int halArea = propId & VehicleArea.MASK; in getVehicleAreaType() local
354 switch (halArea) { in getVehicleAreaType()
369 if (halArea == VehicleArea.VENDOR) { in getVehicleAreaType()
373 throw new RuntimeException("Unsupported area type " + halArea); in getVehicleAreaType()