Searched refs:currentZoneConfigInfo (Results 1 – 3 of 3) sorted by relevance
141 CarAudioZoneConfigInfo currentZoneConfigInfo = in ZoneConfigSelectionController() local143 mCurrentZoneConfigurationView.setText(currentZoneConfigInfo.getName()); in ZoneConfigSelectionController()145 mZoneConfigInfoSelected = currentZoneConfigInfo; in ZoneConfigSelectionController()150 new CarAudioZoneConfigInfoWrapper(currentZoneConfigInfo)); in ZoneConfigSelectionController()
255 CarAudioZoneConfigInfo currentZoneConfigInfo = mTestAudioZone in isCurrentZoneConfig_forCurrentConfig_returnsTrue() local259 .that(mTestAudioZone.isCurrentZoneConfig(currentZoneConfigInfo)) in isCurrentZoneConfig_forCurrentConfig_returnsTrue()294 CarAudioZoneConfigInfo currentZoneConfigInfo = mTestAudioZone in setCurrentCarZoneConfig_withCurrentZoneConfig() local297 mTestAudioZone.setCurrentCarZoneConfig(currentZoneConfigInfo); in setCurrentCarZoneConfig_withCurrentZoneConfig()301 .isEqualTo(currentZoneConfigInfo); in setCurrentCarZoneConfig_withCurrentZoneConfig()912 CarAudioZoneConfigInfo currentZoneConfigInfo = audioZone.getCurrentCarAudioZoneConfig() in getFirstNonCurrentZoneConfigInfo() local917 if (!currentZoneConfigInfo.equals(zoneConfigInfo)) { in getFirstNonCurrentZoneConfigInfo()
4482 CarAudioZoneConfigInfo currentZoneConfigInfo = in getCurrentAudioZoneConfigInfo() local4486 .that(currentZoneConfigInfo.getName()).isEqualTo(SECONDARY_ZONE_CONFIG_NAME_1); in getCurrentAudioZoneConfigInfo()6776 CarAudioZoneConfigInfo currentZoneConfigInfo = in getZoneConfigToSwitch() local6781 if (currentZoneConfigInfo.equals(zoneConfigInfos.get(index))) { in getZoneConfigToSwitch()