Searched refs:getCurrentVolumeGroups (Results 1 – 7 of 7) sorted by relevance
150 CarVolumeGroup[] getCurrentVolumeGroups() { in getCurrentVolumeGroups() method in CarAudioZone288 for (CarVolumeGroup volumeGroup : getCurrentVolumeGroups()) { in getAddressForContext()302 for (CarVolumeGroup volumeGroup : getCurrentVolumeGroups()) { in getAudioDeviceForContext()
204 CarVolumeGroup[] groups = audioZone.getCurrentVolumeGroups(); in generateMutingInfoFromZone()
2518 CarVolumeGroup[] groups = getCarAudioZoneLocked(zoneId).getCurrentVolumeGroups();
254 CarVolumeGroup[] volumeGroups = zones.get(0).getCurrentVolumeGroups(); in loadAudioZones_parsesAllVolumeGroups()303 CarVolumeGroup[] volumeGroups = zones.get(0).getCurrentVolumeGroups(); in loadAudioZones_associatesLegacyContextsWithCorrectBuses()333 CarVolumeGroup[] volumeGroups = zones.get(0).getCurrentVolumeGroups(); in loadAudioZones_associatesNonLegacyContextsWithMediaBus()
590 CarVolumeGroup primaryVolumeGroup = primaryZone.getCurrentVolumeGroups()[0]; in loadAudioZones_parsesAddresses()595 CarVolumeGroup secondaryVolumeGroup = secondaryZone.getCurrentVolumeGroups()[0]; in loadAudioZones_parsesAddresses()615 CarVolumeGroup volumeGroup = primaryZone.getCurrentVolumeGroups()[0]; in loadAudioZones_versionTwoParsesAddresses()633 CarVolumeGroup volumeGroup = zones.get(0).getCurrentVolumeGroups()[0]; in loadAudioZones_parsesContexts()638 CarVolumeGroup rseVolumeGroup = zones.get(2).getCurrentVolumeGroups()[0]; in loadAudioZones_parsesContexts()683 CarVolumeGroup volumeGroup = zones.get(0).getCurrentVolumeGroups()[0]; in loadAudioZones_versionTwoParsesContexts()688 CarVolumeGroup rseVolumeGroup = zones.get(2).getCurrentVolumeGroups()[0]; in loadAudioZones_versionTwoParsesContexts()713 CarVolumeGroup volumeGroup = defaultZone.getCurrentVolumeGroups()[0]; in loadAudioZones_forVersionOne_bindsNonLegacyContextsToDefault()
524 setUpCarVolumeGroupHasCriticalAudioContexts(primaryZone.getCurrentVolumeGroups()[0]); in generateMutingInfoFromZone_mutingRestricted_setsAllCriticalGroupsToTheirState()525 setUpCarVolumeGroupHasCriticalAudioContexts(primaryZone.getCurrentVolumeGroups()[1]); in generateMutingInfoFromZone_mutingRestricted_setsAllCriticalGroupsToTheirState()
359 public void getCurrentVolumeGroups() { in getCurrentVolumeGroups() method in CarAudioZoneUnitTest364 .that(mTestAudioZone.getCurrentVolumeGroups()).asList() in getCurrentVolumeGroups()