Searched refs:aag (Results 1 – 1 of 1) sorted by relevance
195 @NonNull AudioAttributesGroup[] aag) { in AudioProductStrategy() argument197 Preconditions.checkNotNull(aag, "AudioAttributesGroups must not be null"); in AudioProductStrategy()200 mAudioAttributesGroups = aag; in AudioProductStrategy()231 for (final AudioAttributesGroup aag : mAudioAttributesGroups) { in getAudioAttributesForLegacyStreamType()232 if (aag.supportsStreamType(streamType)) { in getAudioAttributesForLegacyStreamType()233 return aag.getAudioAttributes(); in getAudioAttributesForLegacyStreamType()247 for (final AudioAttributesGroup aag : mAudioAttributesGroups) { in getLegacyStreamTypeForAudioAttributes()248 if (aag.supportsAttributes(aa)) { in getLegacyStreamTypeForAudioAttributes()249 return aag.getStreamType(); in getLegacyStreamTypeForAudioAttributes()264 for (final AudioAttributesGroup aag : mAudioAttributesGroups) { in supportsAudioAttributes()[all …]