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.java98 List<Channel> channelsToRemove = new ArrayList<>(); in doInBackground() local
121 channelsToRemove.add(channel); in doInBackground()
171 if (!channelsToRemove.isEmpty()) { in doInBackground()
173 for (Channel channel : channelsToRemove) { in doInBackground()