Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/data/epg/
DEpgFetcherImpl.java588 Set<Channel> channels = getExistingChannelsFor(epgInput.getInputId()); in doInBackground()
617 private Set<Channel> getExistingChannelsFor(String inputId) { in getExistingChannelsFor() method in EpgFetcherImpl.FetchAsyncTask