Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java2150 final VolumeGroupState vgs = sVolumeGroupStates.get(volumeGroup); in setVolumeIndexForAttributes()
2191 final VolumeGroupState vgs = sVolumeGroupStates.get(volumeGroup); in getVolumeIndexForAttributes()
4491 private static final SparseArray<VolumeGroupState> sVolumeGroupStates = new SparseArray<>();
4506 sVolumeGroupStates.append(avg.getId(), new VolumeGroupState(avg)); in initVolumeGroupStates()
4509 final VolumeGroupState vgs = sVolumeGroupStates.valueAt(i); in initVolumeGroupStates()
4528 final VolumeGroupState vgs = sVolumeGroupStates.valueAt(i); in readVolumeGroupsSettings()
4540 final VolumeGroupState vgs = sVolumeGroupStates.valueAt(i); in restoreVolumeGroups()
4548 final VolumeGroupState vgs = sVolumeGroupStates.valueAt(i); in dumpVolumeGroups()
4557 private class VolumeGroupState { class in AudioService
4572 private VolumeGroupState(AudioVolumeGroup avg) { in VolumeGroupState() method in AudioService.VolumeGroupState
[all …]