Searched refs:currentZoneConfigInfo (Results 1 – 1 of 1) sorted by relevance
1115 CarAudioZoneConfigInfo currentZoneConfigInfo = in getCurrentAudioZoneConfigInfo() local1119 .that(TestZoneConfigIdInfo.getZoneConfigFromInfo(currentZoneConfigInfo)) in getCurrentAudioZoneConfigInfo()1137 CarAudioZoneConfigInfo currentZoneConfigInfo = in getCurrentAudioZoneConfigInfo_withDynamicDevicesEnabled() local1141 .that(TestZoneConfigIdInfo.getZoneConfigFromInfo(currentZoneConfigInfo)) in getCurrentAudioZoneConfigInfo_withDynamicDevicesEnabled()1144 .that(currentZoneConfigInfo.isActive()).isTrue(); in getCurrentAudioZoneConfigInfo_withDynamicDevicesEnabled()1146 .that(currentZoneConfigInfo.isSelected()).isTrue(); in getCurrentAudioZoneConfigInfo_withDynamicDevicesEnabled()1148 .that(currentZoneConfigInfo.isDefault()).isFalse(); in getCurrentAudioZoneConfigInfo_withDynamicDevicesEnabled()1153 .that(currentZoneConfigInfo.getConfigVolumeGroups()).contains(info); in getCurrentAudioZoneConfigInfo_withDynamicDevicesEnabled()1578 CarAudioZoneConfigInfo currentZoneConfigInfo = in getNonCurrentZoneConfig() local1583 if (!currentZoneConfigInfo.equals(zoneConfigInfos.get(index))) { in getNonCurrentZoneConfig()