Home
last modified time | relevance | path

Searched defs:vgs (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() local
2191 final VolumeGroupState vgs = sVolumeGroupStates.get(volumeGroup); in getVolumeIndexForAttributes() local
4509 final VolumeGroupState vgs = sVolumeGroupStates.valueAt(i); in initVolumeGroupStates() local
4528 final VolumeGroupState vgs = sVolumeGroupStates.valueAt(i); in readVolumeGroupsSettings() local
4540 final VolumeGroupState vgs = sVolumeGroupStates.valueAt(i); in restoreVolumeGroups() local
4548 final VolumeGroupState vgs = sVolumeGroupStates.valueAt(i); in dumpVolumeGroups() local
5475 final VolumeGroupState vgs = (VolumeGroupState) msg.obj; in handleMessage() local