Searched refs:watchedProgram (Results 1 – 2 of 2) sorted by relevance
58 Program watchedProgram = watchHistory[watchHistory.length - 1].getProgram(); in evaluateChannel() local60 currentProgram.getStartTimeUtcMillis() - watchedProgram.getStartTimeUtcMillis(); in evaluateChannel()68 if (watchedProgram.getStartTimeUtcMillis() in evaluateChannel()74 currentProgram, watchedProgram, watchedDurationMs); in evaluateChannel()78 watchedProgram = watchHistory[i].getProgram(); in evaluateChannel()82 - watchedProgram.getStartTimeUtcMillis(); in evaluateChannel()89 calculateRoutineWatchScore(currentProgram, watchedProgram, watchedDurationMs); in evaluateChannel()97 Program currentProgram, Program watchedProgram, long watchedDurationMs) { in calculateRoutineWatchScore() argument98 double timeMatchScore = calculateTimeMatchScore(currentProgram, watchedProgram); in calculateRoutineWatchScore()100 calculateTitleMatchScore(currentProgram.getTitle(), watchedProgram.getTitle()); in calculateRoutineWatchScore()[all …]
347 for (WatchedProgram watchedProgram : history) { in onLoadWatchHistory()349 updateChannelRecordFromWatchedProgram(watchedProgram); in onLoadWatchHistory()