Searched refs:supportedAreas (Results 1 – 2 of 2) sorted by relevance
58 self.supportedAreas = self._getSupportedAreas(vhalConfig)59 self.areaConfigs = self._getAreaConfigs(vhalConfig, self.supportedAreas,63 supportedAreas = []65 supportedAreas.append(config.area_id)67 return supportedAreas69 def _getAreaConfigs(self, vhalConfig, supportedAreas, valueType): argument76 for area in supportedAreas:130 for area in config.supportedAreas:148 for area in config.supportedAreas:
62 SparseArray<AreaConfig<T>> supportedAreas, Class<T> type) { in CarPropertyConfig() argument71 mSupportedAreas = supportedAreas; in CarPropertyConfig()