Searched refs:QUERY_CHANNEL_COUNT (Results 1 – 1 of 1) sorted by relevance
112 private static final int QUERY_CHANNEL_COUNT = 50; field in EpgFetcherImpl472 Set<EpgReader.EpgChannel> batch = new HashSet<>(QUERY_CHANNEL_COUNT); in batchFetchEpg()475 if (batch.size() >= QUERY_CHANNEL_COUNT) { in batchFetchEpg()