Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotificationChannel.java719 setSound(forRestore ? restoreSoundUri(context, sound) : sound, safeAudioAttributes(parser)); in populateFromXml()
902 private static AudioAttributes safeAudioAttributes(XmlPullParser parser) { in safeAudioAttributes() method in NotificationChannel