Searched refs:deletedChannels (Results 1 – 2 of 2) sorted by relevance
1355 List<NotificationChannel> deletedChannels = new ArrayList<>(); in deleteNotificationChannelGroup() local1359 return deletedChannels; in deleteNotificationChannelGroup()1373 deletedChannels.add(nc); in deleteNotificationChannelGroup()1377 return deletedChannels; in deleteNotificationChannelGroup()
3863 List<NotificationChannel> deletedChannels =3865 for (int i = 0; i < deletedChannels.size(); i++) {3866 final NotificationChannel deletedChannel = deletedChannels.get(i);