Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/data/
DProgramDataManager.java153 private long mMaxFetchHoursMs = FETCH_HOURS_MS; field in ProgramDataManager
306 if (mMaxFetchHoursMs < programGuideMaxHoursMs in prefetchChannel()
309 mMaxFetchHoursMs = Math.min(programGuideMaxHoursMs, mMaxFetchHoursMs + FETCH_HOURS_MS); in prefetchChannel()
316 endTimeMs = startTimeMs + mMaxFetchHoursMs; in prefetchChannel()
343 long marginEndTime = startTimeMs + mMaxFetchHoursMs - BUFFER_HOURS_MS; in isHorizontalLoadNeeded()
729 mMaxFetchHoursMs = FETCH_HOURS_MS; in clearChannelInfoMap()