Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/notification/
DSystemNotificationChannels.java157 NotificationChannel foregroundChannel = new NotificationChannel( in createAll() local
161 foregroundChannel.setBlockableSystem(true); in createAll()
162 channelsList.add(foregroundChannel); in createAll()