Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotificationChannel.java945 private Uri getSoundForBackup(Context context) { in getSoundForBackup() method in NotificationChannel
985 Uri sound = forBackup ? getSoundForBackup(context) : getSound(); in writeXml()