Searched refs:updatedNotificationChannel (Results 1 – 1 of 1) sorted by relevance
3735 final NotificationChannel updatedNotificationChannel = new NotificationChannel( in testUpdateNotificationChannelFromPrivilegedListener_noSoundUriPermission() local3737 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() local3769 updatedNotificationChannel.setSound(soundUri, in testUpdateNotificationChannelFromPrivilegedListener_noSoundUriPermission_sameSound()3770 updatedNotificationChannel.getAudioAttributes()); in testUpdateNotificationChannelFromPrivilegedListener_noSoundUriPermission_sameSound()3777 null, PKG, Process.myUserHandle(), updatedNotificationChannel); in testUpdateNotificationChannelFromPrivilegedListener_noSoundUriPermission_sameSound()