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.java216 private final SparseArray<OccupantConfig> mActiveOccupantConfigs = new SparseArray<>(); field in CarOccupantZoneService
335 && mActiveOccupantConfigs.keyAt(userZoneId) != zoneId) { in init()
339 OccupantConfig zoneConfig = mActiveOccupantConfigs.get(zoneId); in init()
357 for (int i = 0; i < mActiveOccupantConfigs.size(); ++i) { in init()
358 OccupantConfig config = mActiveOccupantConfigs.valueAt(i); in init()
402 mActiveOccupantConfigs.clear(); in release()
447 return mActiveOccupantConfigs.clone(); in getActiveOccupantConfigs()
477 for (int i = 0; i < mActiveOccupantConfigs.size(); ++i) { in dump()
478 writer.println(" zoneId=" + mActiveOccupantConfigs.keyAt(i) in dump()
479 + " config=" + mActiveOccupantConfigs.valueAt(i)); in dump()
[all …]