Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/recommendation/
DRoutineWatchEvaluator.java58 Program watchedProgram = watchHistory[watchHistory.length - 1].getProgram(); in evaluateChannel() local
60 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() argument
98 double timeMatchScore = calculateTimeMatchScore(currentProgram, watchedProgram); in calculateRoutineWatchScore()
100 calculateTitleMatchScore(currentProgram.getTitle(), watchedProgram.getTitle()); in calculateRoutineWatchScore()
[all …]
DRecommendationDataManager.java347 for (WatchedProgram watchedProgram : history) { in onLoadWatchHistory()
349 updateChannelRecordFromWatchedProgram(watchedProgram); in onLoadWatchHistory()