Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/data/
DProgramDataManager.java84 private static final long FETCH_HOURS_MS = TimeUnit.HOURS.toMillis(24); field in ProgramDataManager
153 private long mMaxFetchHoursMs = FETCH_HOURS_MS;
309 mMaxFetchHoursMs = Math.min(programGuideMaxHoursMs, mMaxFetchHoursMs + FETCH_HOURS_MS); in prefetchChannel()
729 mMaxFetchHoursMs = FETCH_HOURS_MS; in clearChannelInfoMap()