Home | History | Annotate | Download | only in recommendation

Lines Matching refs:currentProgram

49         Program currentProgram = cr.getCurrentProgram();
50 if (currentProgram == null) {
60 long startTimeDiffMsWithCurrentProgram = currentProgram.getStartTimeUtcMillis()
74 currentProgram, watchedProgram, watchedDurationMs);
80 startTimeDiffMsWithCurrentProgram = currentProgram.getStartTimeUtcMillis()
88 currentProgram, watchedProgram, watchedDurationMs);
95 private static double calculateRoutineWatchScore(Program currentProgram, Program watchedProgram,
97 double timeMatchScore = calculateTimeMatchScore(currentProgram, watchedProgram);
99 currentProgram.getTitle(), watchedProgram.getTitle());
101 long diffMs = currentProgram.getStartTimeUtcMillis()