Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/recommendation/
DRecentChannelEvaluator.java49 double watchDurationScore; in evaluateChannel() local
52 watchDurationScore = MAX_SCORE_FOR_LOWER_BOUND; in evaluateChannel()
54 watchDurationScore = in evaluateChannel()
61 watchDurationScore = 1.0; in evaluateChannel()
63 maxScore = Math.max(maxScore, watchDurationScore * recentWatchScore); in evaluateChannel()
DRoutineWatchEvaluator.java101 double watchDurationScore = calculateWatchDurationScore(watchedProgram, watchedDurationMs); in calculateRoutineWatchScore() local
112 * watchDurationScore in calculateRoutineWatchScore()