Home
last modified time | relevance | path

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

/cts/tests/tests/car/src/android/car/cts/
DCarAudioManagerTest.java1215 public void switchAudioZoneToConfig() throws Exception { in switchAudioZoneToConfig() method in CarAudioManagerTest
1224 mCarAudioManager.switchAudioZoneToConfig(zoneConfigInfoSwitchedTo, callbackExecutor, in switchAudioZoneToConfig()
1233 mCarAudioManager.switchAudioZoneToConfig(zoneConfigInfoSaved, callbackExecutor, callback); in switchAudioZoneToConfig()
1253 mCarAudioManager.switchAudioZoneToConfig(zoneConfigInfoSwitchedTo, callbackExecutor, in switchAudioZoneToConfig_withDynamicDevicesEnabled()
1273 mCarAudioManager.switchAudioZoneToConfig(zoneConfigInfoSaved, callbackExecutor, callback); in switchAudioZoneToConfig_withDynamicDevicesEnabled()
1286 () -> mCarAudioManager.switchAudioZoneToConfig(/* zoneConfig= */ null, in switchAudioZoneToConfig_withNullConfig_fails()
1302 () -> mCarAudioManager.switchAudioZoneToConfig(zoneConfigInfoSwitchedTo, in switchAudioZoneToConfig_withNullExecutor_fails()
1318 () -> mCarAudioManager.switchAudioZoneToConfig(zoneConfigInfoSwitchedTo, in switchAudioZoneToConfig_withNullCallback_fails()
1884 mCarAudioManager.switchAudioZoneToConfig(defaultConfig, callbackExecutor, callback); in setUpDefaultCarAudioConfigurationForZone()