Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/notification/
DSystemNotificationChannels.java113 final NotificationChannel networkAlertsChannel = new NotificationChannel( in createAll() local
117 networkAlertsChannel.setBlockableSystem(true); in createAll()
118 channelsList.add(networkAlertsChannel); in createAll()