Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DCarOccupantZoneService.java178 private final HashMap<Integer, OccupantConfig> mActiveOccupantConfigs = new HashMap<>(); field in CarOccupantZoneService
290 mActiveOccupantConfigs.entrySet()) { in init()
297 OccupantConfig zoneConfig = mActiveOccupantConfigs.get(zoneId); in init()
314 for (OccupantConfig config : mActiveOccupantConfigs.values()) { in init()
349 mActiveOccupantConfigs.clear(); in release()
385 return (HashMap<Integer, OccupantConfig>) mActiveOccupantConfigs.clone(); in getActiveOccupantConfigs()
410 for (Map.Entry<Integer, OccupantConfig> entry : mActiveOccupantConfigs.entrySet()) { in dump()
433 for (Integer zoneId : mActiveOccupantConfigs.keySet()) { in getAllOccupantZones()
444 OccupantConfig config = mActiveOccupantConfigs.get(occupantZoneId); in getAllDisplaysForOccupantZone()
459 OccupantConfig config = mActiveOccupantConfigs.get(occupantZoneId); in getDisplayForOccupant()
[all …]