Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/notification/
DSystemNotificationChannels.java165 NotificationChannel heavyWeightChannel = new NotificationChannel( in createAll() local
169 heavyWeightChannel.setShowBadge(false); in createAll()
170 heavyWeightChannel.setSound(null, new AudioAttributes.Builder() in createAll()
174 channelsList.add(heavyWeightChannel); in createAll()