Home
last modified time | relevance | path

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

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