Searched refs:getAllCarAudioZoneConfigs (Results 1 – 6 of 6) sorted by relevance
117 carAudioZones.valueAt(i).getAllCarAudioZoneConfigs(); in validateEachAddressAppearsAtMostOnceInOneConfig()
62 List<CarAudioZoneConfig> zoneConfigs = zone.getAllCarAudioZoneConfigs(); in setupAudioDynamicRouting()
115 List<CarAudioZoneConfig> getAllCarAudioZoneConfigs() { in getAllCarAudioZoneConfigs() method in CarAudioZone
506 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()
239 when(zoneMock.getAllCarAudioZoneConfigs()).thenReturn(mZoneConfigs); in build()
242 public void getAllCarAudioZoneConfigs() { in getAllCarAudioZoneConfigs() method in CarAudioZoneUnitTest247 .that(mTestAudioZone.getAllCarAudioZoneConfigs()) in getAllCarAudioZoneConfigs()