Home
last modified time | relevance | path

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

/packages/apps/TV/partner_support/samples/src/com/example/partnersupportsampletvinput/
DChannelScanFragment.java202 ArrayList<Channel> existingChannels = new ArrayList<>(); in updateChannels() local
204 existingChannels.add(Channel.fromCursor(cursor)); in updateChannels()
206 Iterator<Channel> i = existingChannels.iterator(); in updateChannels()
223 for (Channel existingChannel : existingChannels) { in updateChannels()
/packages/apps/TV/src/com/android/tv/data/epg/
DEpgFetcherImpl.java657 private Integer fetchEpgFor(String lineupId, Set<Channel> existingChannels) { in fetchEpgFor() argument
664 + existingChannels.size()); in fetchEpgFor()
667 mEpgReader.getChannels(existingChannels, lineupId); in fetchEpgFor()