Home
last modified time | relevance | path

Searched defs:watchedProgram (Results 1 – 1 of 1) sorted by relevance

/packages/apps/TV/src/com/android/tv/recommendation/
DRoutineWatchEvaluator.java59 Program watchedProgram = watchHistory[watchHistory.length - 1].getProgram(); in evaluateChannel() local
95 private static double calculateRoutineWatchScore(Program currentProgram, Program watchedProgram, in calculateRoutineWatchScore()