Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/recommendation/
DRoutineWatchEvaluator.java60 long startTimeDiffMsWithCurrentProgram = currentProgram.getStartTimeUtcMillis() in evaluateChannel() local
62 if (startTimeDiffMsWithCurrentProgram >= MAX_DIFF_MS_FOR_OLD_PROGRAM) { in evaluateChannel()
80 startTimeDiffMsWithCurrentProgram = currentProgram.getStartTimeUtcMillis() in evaluateChannel()
82 if (startTimeDiffMsWithCurrentProgram >= MAX_DIFF_MS_FOR_OLD_PROGRAM) { in evaluateChannel()