Searched refs:supportedAreas (Results 1 – 4 of 4) sorted by relevance
52 newConfig.supportedAreas = propConfig.supportedAreas; in clone()86 public VehiclePropConfigBuilder setSupportedAreas(int supportedAreas) { in setSupportedAreas() argument87 mConfig.supportedAreas = supportedAreas; in setSupportedAreas()
47 SparseArray<AreaConfig<T>> supportedAreas) { in CarPropertyConfig() argument51 mSupportedAreas = supportedAreas; in CarPropertyConfig()
101 int[] areas = VehicleZoneUtil.listAllZones(p.supportedAreas); in toCarPropertyConfig()
553 .append(",areas:0x").append(toHexString(config.supportedAreas)) in dump()