Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationManagerServiceTest.java3735 final NotificationChannel updatedNotificationChannel = new NotificationChannel( in testUpdateNotificationChannelFromPrivilegedListener_noSoundUriPermission() local
3737 updatedNotificationChannel.setSound(soundUri, in testUpdateNotificationChannelFromPrivilegedListener_noSoundUriPermission()
3738 updatedNotificationChannel.getAudioAttributes()); in testUpdateNotificationChannelFromPrivilegedListener_noSoundUriPermission()
3746 Process.myUserHandle(), updatedNotificationChannel)); in testUpdateNotificationChannelFromPrivilegedListener_noSoundUriPermission()
3767 final NotificationChannel updatedNotificationChannel = new NotificationChannel( in testUpdateNotificationChannelFromPrivilegedListener_noSoundUriPermission_sameSound() local
3769 updatedNotificationChannel.setSound(soundUri, in testUpdateNotificationChannelFromPrivilegedListener_noSoundUriPermission_sameSound()
3770 updatedNotificationChannel.getAudioAttributes()); in testUpdateNotificationChannelFromPrivilegedListener_noSoundUriPermission_sameSound()
3777 null, PKG, Process.myUserHandle(), updatedNotificationChannel); in testUpdateNotificationChannelFromPrivilegedListener_noSoundUriPermission_sameSound()