Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotificationChannel.java1173 private Uri getCanonicalizedSoundUri(ContentResolver contentResolver, @NonNull Uri uri) { in getCanonicalizedSoundUri() method in NotificationChannel
1242 Uri canonicalizedUri = getCanonicalizedSoundUri(contentResolver, uri); in restoreSoundUri()
1280 Uri canonicalSound = getCanonicalizedSoundUri(context.getContentResolver(), sound); in getSoundForBackup()