Home
last modified time | relevance | path

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

/cts/tests/tests/car/src/android/car/cts/
DCarAudioManagerTest.java1231 .that(callback.mZoneConfigInfo).isEqualTo(zoneConfigInfoSwitchedTo); in switchAudioZoneToConfig()
1260 .that(callback.mZoneConfigInfo.hasSameConfigInfo(zoneConfigInfoSwitchedTo)) in switchAudioZoneToConfig_withDynamicDevicesEnabled()
1263 .that(callback.mZoneConfigInfo.isActive()).isTrue(); in switchAudioZoneToConfig_withDynamicDevicesEnabled()
1265 .that(callback.mZoneConfigInfo.isSelected()).isTrue(); in switchAudioZoneToConfig_withDynamicDevicesEnabled()
2144 private CarAudioZoneConfigInfo mZoneConfigInfo; field in CarAudioManagerTest.TestSwitchAudioZoneConfigCallback
2153 mZoneConfigInfo = null; in reset()
2160 mZoneConfigInfo = zoneConfigInfo; in onAudioZoneConfigSwitched()