Searched refs:previousConfig (Results 1 – 3 of 3) sorted by relevance
216 CarAudioZoneConfig previousConfig = mCarAudioZoneConfigs.get(mCurrentConfigId); in setCurrentCarZoneConfig() local217 previousConfig.setIsSelected(false); in setCurrentCarZoneConfig()
681 ConfigBuilder previousConfig = mConfigBuilder; in processCommands() local684 previousConfig.updateProfilingType(proto::ProfilingType::DISABLED); in processCommands()
4709 CarAudioZoneConfigInfo previousConfig = service in switchZoneToConfig_withDynamicDevicesFlagEnabled() local4728 getUpdatedCarAudioZoneConfigInfo(previousConfig, service); in switchZoneToConfig_withDynamicDevicesFlagEnabled()6348 CarAudioZoneConfigInfo previousConfig, CarAudioService service) { in getUpdatedCarAudioZoneConfigInfo() argument6350 service.getAudioZoneConfigInfos(previousConfig.getZoneId()); in getUpdatedCarAudioZoneConfigInfo()6352 .filter(i-> i.hasSameConfigInfo(previousConfig)).findFirst().orElseThrow( in getUpdatedCarAudioZoneConfigInfo()