Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DNotificationChannel.java1109 Uri canonicalSound = getCanonicalizedSoundUri(context.getContentResolver(), sound); in getSoundForBackup() local
1110 if (canonicalSound == null) { in getSoundForBackup()
1114 return canonicalSound; in getSoundForBackup()