Home
last modified time | relevance | path

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

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