Home
last modified time | relevance | path

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

/cts/tests/tests/car/src/android/car/cts/
DCarAudioManagerTest.java1220 CarAudioZoneConfigInfo zoneConfigInfoSwitchedTo = getNonCurrentZoneConfig(mZoneId); in switchAudioZoneToConfig()
1249 CarAudioZoneConfigInfo zoneConfigInfoSwitchedTo = getNonCurrentZoneConfig(mZoneId); in switchAudioZoneToConfig_withDynamicDevicesEnabled()
1298 CarAudioZoneConfigInfo zoneConfigInfoSwitchedTo = getNonCurrentZoneConfig(mZoneId); in switchAudioZoneToConfig_withNullExecutor_fails()
1314 CarAudioZoneConfigInfo zoneConfigInfoSwitchedTo = getNonCurrentZoneConfig(mZoneId); in switchAudioZoneToConfig_withNullCallback_fails()
1575 private CarAudioZoneConfigInfo getNonCurrentZoneConfig(int zoneId) { in getNonCurrentZoneConfig() method in CarAudioManagerTest