Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/recommendation/
DRoutineWatchEvaluator.java102 long diffMs = in calculateRoutineWatchScore() local
105 (diffMs < MAX_DIFF_MS_FOR_OLD_PROGRAM) in calculateRoutineWatchScore()
107 - (double) Math.max(diffMs - DIFF_MS_TOLERANCE_FOR_OLD_PROGRAM, 0) in calculateRoutineWatchScore()