Searched refs:mActiveOccupantConfigs (Results 1 – 1 of 1) sorted by relevance
178 private final HashMap<Integer, OccupantConfig> mActiveOccupantConfigs = new HashMap<>(); field in CarOccupantZoneService290 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 …]