Home
last modified time | relevance | path

Searched refs:channelsToRemove (Results 1 – 1 of 1) sorted by relevance

/packages/apps/TV/src/com/android/tv/data/
DChannelLogoFetcher.java95 List<Channel> channelsToRemove = new ArrayList<>(); in doInBackground() local
118 channelsToRemove.add(channel); in doInBackground()
180 if (!channelsToRemove.isEmpty()) { in doInBackground()
182 for (Channel channel : channelsToRemove) { in doInBackground()