Home
last modified time | relevance | path

Searched refs:supportedAreas (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/vehicle-hal-support-lib/src/com/android/car/vehiclehal/test/
DVehiclePropConfigBuilder.java52 newConfig.supportedAreas = propConfig.supportedAreas; in clone()
86 public VehiclePropConfigBuilder setSupportedAreas(int supportedAreas) { in setSupportedAreas() argument
87 mConfig.supportedAreas = supportedAreas; in setSupportedAreas()
/packages/services/Car/car-lib/src/android/car/hardware/
DCarPropertyConfig.java47 SparseArray<AreaConfig<T>> supportedAreas) { in CarPropertyConfig() argument
51 mSupportedAreas = supportedAreas; in CarPropertyConfig()
/packages/services/Car/service/src/com/android/car/hal/
DCarPropertyUtils.java101 int[] areas = VehicleZoneUtil.listAllZones(p.supportedAreas); in toCarPropertyConfig()
DVehicleHal.java553 .append(",areas:0x").append(toHexString(config.supportedAreas)) in dump()