Searched refs:deletedChannels (Results 1 – 2 of 2) sorted by relevance
1579 List<NotificationChannel> deletedChannels = new ArrayList<>(); in deleteNotificationChannelGroup() local1584 return deletedChannels; in deleteNotificationChannelGroup()1599 deletedChannels.add(nc); in deleteNotificationChannelGroup()1606 return deletedChannels; in deleteNotificationChannelGroup()
4345 List<NotificationChannel> deletedChannels =4348 for (int i = 0; i < deletedChannels.size(); i++) {4349 final NotificationChannel deletedChannel = deletedChannels.get(i);