Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java3898 if (sVolumeGroupStates.indexOfKey(groupId) < 0) { in setVolumeGroupVolumeIndex()
3902 VolumeGroupState vgs = sVolumeGroupStates.get(groupId); in setVolumeGroupVolumeIndex()
3945 if (sVolumeGroupStates.indexOfKey(groupId) < 0) { in getVolumeGroupVolumeIndex()
3963 if (sVolumeGroupStates.indexOfKey(groupId) < 0) { in getVolumeGroupMaxVolumeIndex()
3979 if (sVolumeGroupStates.indexOfKey(groupId) < 0) { in getVolumeGroupMinVolumeIndex()
4078 if (sVolumeGroupStates.indexOfKey(groupId) < 0) { in adjustVolumeGroupVolume()
4082 VolumeGroupState vgs = sVolumeGroupStates.get(groupId); in adjustVolumeGroupVolume()
4118 if (sVolumeGroupStates.indexOfKey(groupId) < 0) { in getLastAudibleVolumeForVolumeGroup()
4130 if (sVolumeGroupStates.indexOfKey(groupId) < 0) { in isVolumeGroupMuted()
7715 for (int i = 0; i < sVolumeGroupStates.size(); i++) { in initVolumeGroupStates()
[all …]