Searched refs:deletedChannels (Results 1 – 2 of 2) sorted by relevance
1285 List<NotificationChannel> deletedChannels = new ArrayList<>(); in deleteNotificationChannelGroup() local1289 return deletedChannels; in deleteNotificationChannelGroup()1303 deletedChannels.add(nc); in deleteNotificationChannelGroup()1307 return deletedChannels; in deleteNotificationChannelGroup()
3448 List<NotificationChannel> deletedChannels =3450 for (int i = 0; i < deletedChannels.size(); i++) {3451 final NotificationChannel deletedChannel = deletedChannels.get(i);