Home
last modified time | relevance | path

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

/cts/tests/tests/car/src/android/car/cts/
DCarAudioManagerTest.java1115 CarAudioZoneConfigInfo currentZoneConfigInfo = in getCurrentAudioZoneConfigInfo() local
1119 .that(TestZoneConfigIdInfo.getZoneConfigFromInfo(currentZoneConfigInfo)) in getCurrentAudioZoneConfigInfo()
1137 CarAudioZoneConfigInfo currentZoneConfigInfo = in getCurrentAudioZoneConfigInfo_withDynamicDevicesEnabled() local
1141 .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() local
1583 if (!currentZoneConfigInfo.equals(zoneConfigInfos.get(index))) { in getNonCurrentZoneConfig()