Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/hal/
DHalPropConfig.java105 int areaType = getVehicleAreaType(propId & VehicleArea.MASK); in toCarPropertyConfig()
204 private static @VehicleAreaType.VehicleAreaTypeValue int getVehicleAreaType(int halArea) { in getVehicleAreaType() method in HalPropConfig
/packages/services/Car/libs/car-test-lib/src/android/car/testapi/
DFakeCarPropertyService.java204 int areaType = getVehicleAreaType(propId); in addProperty()
352 private static int getVehicleAreaType(int propId) { in getVehicleAreaType() method in FakeCarPropertyService