Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/audio/
DCarAudioZonesValidator.java117 carAudioZones.valueAt(i).getAllCarAudioZoneConfigs(); in validateEachAddressAppearsAtMostOnceInOneConfig()
DCarAudioDynamicRouting.java62 List<CarAudioZoneConfig> zoneConfigs = zone.getAllCarAudioZoneConfigs(); in setupAudioDynamicRouting()
DCarAudioZone.java115 List<CarAudioZoneConfig> getAllCarAudioZoneConfigs() { in getAllCarAudioZoneConfigs() method in CarAudioZone
/packages/services/Car/tests/carservice_test/src/com/android/car/audio/
DCarAudioZonesHelperTest.java506 List<CarAudioZoneConfig> primaryZoneConfigs = zones.get(0).getAllCarAudioZoneConfigs(); in loadAudioZones_parsesZoneConfigs()
512 List<CarAudioZoneConfig> secondaryZoneConfigs = zones.get(2).getAllCarAudioZoneConfigs(); in loadAudioZones_parsesZoneConfigs()
1513 List<CarAudioZoneConfig> configs = zone.getAllCarAudioZoneConfigs(); in loadAudioZones_withPrimaryZoneAndDynamicAudioDevices()
1568 List<CarAudioZoneConfig> configs = zone.getAllCarAudioZoneConfigs(); in loadAudioZones_withPrimaryZoneAndDynamicAudioDevicesAndNoDynamicSupport()
2074 List<CarAudioZoneConfig> configs = zone.getAllCarAudioZoneConfigs(); in loadAudioZones_withInvalidInputDeviceTypeAndWithoutDynamicSupport()
DCarAudioZonesValidatorTest.java239 when(zoneMock.getAllCarAudioZoneConfigs()).thenReturn(mZoneConfigs); in build()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
DCarAudioZoneUnitTest.java242 public void getAllCarAudioZoneConfigs() { in getAllCarAudioZoneConfigs() method in CarAudioZoneUnitTest
247 .that(mTestAudioZone.getAllCarAudioZoneConfigs()) in getAllCarAudioZoneConfigs()