Searched refs:fetchEpgFor (Results 1 – 1 of 1) sorted by relevance
568 Integer result = fetchEpgFor(epgInput.getLineupId(), channels); in doInBackground()649 return fetchEpgFor(lineupId, existingChannelsForMyPackage); in fetchEpgForBuiltInTuner()657 private Integer fetchEpgFor(String lineupId, Set<Channel> existingChannels) { in fetchEpgFor() method in EpgFetcherImpl.FetchAsyncTask