Home
last modified time | relevance | path

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

/packages/services/Car/car-test-lib/src/android/car/testapi/
DFakeCarPropertyService.java114 int areaType = getVehicleAreaType(propId); in addProperty()
259 private static int getVehicleAreaType(int propId) { in getVehicleAreaType() method in FakeCarPropertyService
/packages/services/Car/service/src/com/android/car/hal/
DCarPropertyUtils.java236 int areaType = getVehicleAreaType(p.prop & VehicleArea.MASK); in toCarPropertyConfig()
284 private static @VehicleAreaType.VehicleAreaTypeValue int getVehicleAreaType(int halArea) { in getVehicleAreaType() method in CarPropertyUtils