Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DRankingHelper.java744 List<NotificationChannel> deletedChannels = new ArrayList<>(); in deleteNotificationChannelGroup() local
747 return deletedChannels; in deleteNotificationChannelGroup()
757 deletedChannels.add(nc); in deleteNotificationChannelGroup()
760 return deletedChannels; in deleteNotificationChannelGroup()
DNotificationManagerService.java1899 List<NotificationChannel> deletedChannels =
1901 for (int i = 0; i < deletedChannels.size(); i++) {
1902 final NotificationChannel deletedChannel = deletedChannels.get(i);