Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/audio/
DCarAudioZone.java65 private int mCurrentConfigId; field in CarAudioZone
72 mCurrentConfigId = 0; in CarAudioZone()
79 return mCurrentConfigId; in getCurrentConfigId()
97 return mCarAudioZoneConfigs.get(mCurrentConfigId); in getCurrentCarAudioZoneConfig()
206 return configInfoSwitchedTo.equals(mCarAudioZoneConfigs.get(mCurrentConfigId) in isCurrentZoneConfig()
213 if (mCurrentConfigId == configInfoSwitchedTo.getConfigId()) { in setCurrentCarZoneConfig()
216 CarAudioZoneConfig previousConfig = mCarAudioZoneConfigs.get(mCurrentConfigId); in setCurrentCarZoneConfig()
218 mCurrentConfigId = configInfoSwitchedTo.getConfigId(); in setCurrentCarZoneConfig()
219 CarAudioZoneConfig current = mCarAudioZoneConfigs.get(mCurrentConfigId); in setCurrentCarZoneConfig()
235 mCurrentConfigId = config.getZoneConfigId(); in init()
[all …]