Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotificationChannel.java775 Uri canonicalSound = context.getContentResolver().canonicalize(sound); in getSoundForBackup() local
776 if (canonicalSound == null) { in getSoundForBackup()
780 return canonicalSound; in getSoundForBackup()