Searched refs:aag (Results 1 – 1 of 1) sorted by relevance
193 @NonNull AudioAttributesGroup[] aag) { in AudioProductStrategy() argument195 Preconditions.checkNotNull(aag, "AudioAttributesGroups must not be null"); in AudioProductStrategy()198 mAudioAttributesGroups = aag; in AudioProductStrategy()229 for (final AudioAttributesGroup aag : mAudioAttributesGroups) { in getAudioAttributesForLegacyStreamType()230 if (aag.supportsStreamType(streamType)) { in getAudioAttributesForLegacyStreamType()231 return aag.getAudioAttributes(); in getAudioAttributesForLegacyStreamType()245 for (final AudioAttributesGroup aag : mAudioAttributesGroups) { in getLegacyStreamTypeForAudioAttributes()246 if (aag.supportsAttributes(aa)) { in getLegacyStreamTypeForAudioAttributes()247 return aag.getStreamType(); in getLegacyStreamTypeForAudioAttributes()262 for (final AudioAttributesGroup aag : mAudioAttributesGroups) { in supportsAudioAttributes()[all …]