Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/audio/
DCarVolumeGroup.java997 AudioAttributes[] contextAttributes = in getAudioAttributes() local
999 for (int attrIndex = 0; attrIndex < contextAttributes.length; attrIndex++) { in getAudioAttributes()
1000 audioAttributes.add(contextAttributes[attrIndex]); in getAudioAttributes()