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.java94 final NotificationChannel networkAlertsChannel = new NotificationChannel( in createAll() local
98 networkAlertsChannel.setSound(Settings.System.DEFAULT_NOTIFICATION_URI, in createAll()
100 channelsList.add(networkAlertsChannel); in createAll()