Searched refs:existingChannels (Results 1 – 2 of 2) sorted by relevance
202 ArrayList<Channel> existingChannels = new ArrayList<>(); in updateChannels() local204 existingChannels.add(Channel.fromCursor(cursor)); in updateChannels()206 Iterator<Channel> i = existingChannels.iterator(); in updateChannels()223 for (Channel existingChannel : existingChannels) { in updateChannels()
657 private Integer fetchEpgFor(String lineupId, Set<Channel> existingChannels) { in fetchEpgFor() argument664 + existingChannels.size()); in fetchEpgFor()667 mEpgReader.getChannels(existingChannels, lineupId); in fetchEpgFor()