Searched refs:deletedChannels (Results 1 – 2 of 2) sorted by relevance
744 List<NotificationChannel> deletedChannels = new ArrayList<>(); in deleteNotificationChannelGroup() local747 return deletedChannels; in deleteNotificationChannelGroup()757 deletedChannels.add(nc); in deleteNotificationChannelGroup()760 return deletedChannels; in deleteNotificationChannelGroup()
1899 List<NotificationChannel> deletedChannels =1901 for (int i = 0; i < deletedChannels.size(); i++) {1902 final NotificationChannel deletedChannel = deletedChannels.get(i);