Searched refs:routineIntervalHours (Results 1 – 1 of 1) sorted by relevance
170 long routineIntervalHours = mBackendKnobsFlags.epgFetcherIntervalHour(); in getRoutineIntervalMs() local171 return routineIntervalHours <= 0 in getRoutineIntervalMs()173 : TimeUnit.HOURS.toMillis(routineIntervalHours); in getRoutineIntervalMs()