Searched refs:noSoundChannel (Results 1 – 1 of 1) sorted by relevance
61 NotificationChannel noSoundChannel = new NotificationChannel( in onCreate() local63 noSoundChannel.setSound(null, null); in onCreate()64 mManager.createNotificationChannel(noSoundChannel); in onCreate()