Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/audio/
DCarAudioZone.java417 List<CarAudioZoneConfigInfo> getCarAudioZoneConfigInfos() { in getCarAudioZoneConfigInfos() method in CarAudioZone
DCarAudioService.java3088 return getCarAudioZoneLocked(zoneId).getCarAudioZoneConfigInfos();
3956 updatedInfos.addAll(zone.getCarAudioZoneConfigInfos());
3999 updatedInfos.addAll(zone.getCarAudioZoneConfigInfos());
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
DCarAudioZoneUnitTest.java914 List<CarAudioZoneConfigInfo> zoneConfigInfoList = audioZone.getCarAudioZoneConfigInfos(); in getFirstNonCurrentZoneConfigInfo()