Searched refs:toLegacyStreamType (Results 1 – 4 of 4) sorted by relevance
132 return AudioAttributes.toLegacyStreamType(mAudioAttributes); in getStreamType()505 if (mAudioManager.getStreamVolume(AudioAttributes.toLegacyStreamType(mAudioAttributes)) in play()603 int streamType = AudioAttributes.toLegacyStreamType(mAudioAttributes); in playFallbackRingtone()
1740 public static int toLegacyStreamType(@NonNull AudioAttributes aa) { in toLegacyStreamType() method in AudioAttributes
417 AudioAttributes.toLegacyStreamType(record.getAudioAttributes())) == 0) { in buzzBeepBlinkLocked()654 AudioAttributes.toLegacyStreamType(record.getAudioAttributes())) != 0); in playSound()
13934 final int stream = AudioAttributes.toLegacyStreamType(aa); in shouldNotificationSoundPlay()