Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/data/
DChannelLogoFetcher.java94 List<Channel> channelsToUpdate = new ArrayList<>(); in doInBackground() local
113 channelsToUpdate.add(channel); in doInBackground()
129 for (Channel channel : channelsToUpdate) { in doInBackground()