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