Searched refs:getVolumeGroupIdForAudioAttributes (Results 1 – 8 of 8) sorted by relevance
80 final int volumeGroupFromAttributes = aps.getVolumeGroupIdForAudioAttributes(aa); in testGetProductStrategies()151 aps.getVolumeGroupIdForAudioAttributes(aaFromStreamType); in testAudioAttributesFromStreamTypes()225 aps.getVolumeGroupIdForAudioAttributes(aaForUsage); in testAudioAttributesToStreamTypes()
87 audioProductStrategy.getVolumeGroupIdForAudioAttributes(attributes); in testGetAndValidateProductStrategies()158 int groupId = strategy.getVolumeGroupIdForAudioAttributes(aa); in testGetAndValidateVolumeGroups()
108 int groupId = aps.getVolumeGroupIdForAudioAttributes(aa); in testGetVolumeGroups()
184 public static int getVolumeGroupIdForAudioAttributes( in getVolumeGroupIdForAudioAttributes() method in AudioProductStrategy343 public int getVolumeGroupIdForAudioAttributes(@NonNull AudioAttributes aa) { in getVolumeGroupIdForAudioAttributes() method in AudioProductStrategy356 int volumeGroupId = productStrategy.getVolumeGroupIdForAudioAttributes(attributes); in getVolumeGroupIdForAudioAttributesInt()
238 .map(strategy -> strategy.getVolumeGroupIdForAudioAttributes( in getVolumeGroupIdForLegacyStreamType()
1514 return AudioProductStrategy.getVolumeGroupIdForAudioAttributes(attributes, in getVolumeGroupIdForAttributes()
8109 return AudioProductStrategy.getVolumeGroupIdForAudioAttributes( in getVolumeGroupForStreamType()
2126 method public int getVolumeGroupIdForAudioAttributes(@NonNull android.media.AudioAttributes);