Searched refs:mCurrentConfigId (Results 1 – 1 of 1) sorted by relevance
65 private int mCurrentConfigId; field in CarAudioZone72 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 …]