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.java124 final NotificationChannel networkAlertsChannel = new NotificationChannel( in createAll() local
128 networkAlertsChannel.setBlockable(true); in createAll()
129 channelsList.add(networkAlertsChannel); in createAll()