Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
DCarAudioServiceUnitTest.java4501 .that(callback.getZoneConfig()) in switchZoneToConfig()
4587 .that(callback.getZoneConfig()) in switchZoneToConfig_withPendingFocus_regainsFocus()
4615 .that(callback.getZoneConfig()) in switchZoneToConfig_withPendingFocus_updatesDuckingInfo()
4640 .that(callback.getZoneConfig()).isEqualTo(currentZoneConfig); in switchZoneToConfig_withCurrentZoneConfigAndPendingFocus_notLoseAndRegainFocus()
4663 .that(callback.getZoneConfig()) in switchZoneToConfig_withVolumeGroupEventCallbackRegistered_invokesEvent()
4718 .that(callback.getZoneConfig().hasSameConfigInfo(zoneConfigSwitchTo)).isTrue(); in switchZoneToConfig_withDynamicDevicesFlagEnabled()
6970 CarAudioZoneConfigInfo getZoneConfig() { in getZoneConfig() method in CarAudioServiceUnitTest.SwitchAudioZoneConfigCallbackImpl