Home
last modified time | relevance | path

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

/packages/services/Car/tools/emulator/
Duser_action_generator.py58 self.supportedAreas = self._getSupportedAreas(vhalConfig)
59 self.areaConfigs = self._getAreaConfigs(vhalConfig, self.supportedAreas,
63 supportedAreas = []
65 supportedAreas.append(config.area_id)
67 return supportedAreas
69 def _getAreaConfigs(self, vhalConfig, supportedAreas, valueType): argument
76 for area in supportedAreas:
130 for area in config.supportedAreas:
148 for area in config.supportedAreas:
/packages/services/Car/car-lib/src/android/car/hardware/
DCarPropertyConfig.java62 SparseArray<AreaConfig<T>> supportedAreas, Class<T> type) { in CarPropertyConfig() argument
71 mSupportedAreas = supportedAreas; in CarPropertyConfig()