Searched refs:deletedChannels (Results 1 – 2 of 2) sorted by relevance
1027 List<NotificationChannel> deletedChannels = new ArrayList<>(); in deleteNotificationChannelGroup() local1031 return deletedChannels; in deleteNotificationChannelGroup()1041 deletedChannels.add(nc); in deleteNotificationChannelGroup()1045 return deletedChannels; in deleteNotificationChannelGroup()
2739 List<NotificationChannel> deletedChannels =2741 for (int i = 0; i < deletedChannels.size(); i++) {2742 final NotificationChannel deletedChannel = deletedChannels.get(i);