HomeSort by relevance Sort by last modified time
    Searched refs:watchedProgram (Results 1 - 2 of 2) sorted by null

  /packages/apps/TV/src/com/android/tv/recommendation/
RoutineWatchEvaluator.java 54 WatchedProgram[] watchHistory = cr.getWatchHistory();
59 Program watchedProgram = watchHistory[watchHistory.length - 1].getProgram();
61 - watchedProgram.getStartTimeUtcMillis();
69 if (watchedProgram.getStartTimeUtcMillis()
74 currentProgram, watchedProgram, watchedDurationMs);
78 watchedProgram = watchHistory[i].getProgram();
81 - watchedProgram.getStartTimeUtcMillis();
88 currentProgram, watchedProgram, watchedDurationMs);
95 private static double calculateRoutineWatchScore(Program currentProgram, Program watchedProgram,
97 double timeMatchScore = calculateTimeMatchScore(currentProgram, watchedProgram);
    [all...]
RecommendationDataManager.java 350 List<WatchedProgram> history = new ArrayList<>();
361 for (WatchedProgram watchedProgram : history) {
363 updateChannelRecordFromWatchedProgram(watchedProgram);
380 private WatchedProgram convertFromWatchedHistoryManagerRecords(
389 return new WatchedProgram(program, watchedRecord.watchedStartTime, endTime);
418 private WatchedProgram createWatchedProgramFromWatchedProgramCursor(Cursor cursor) {
419 // Have to initiate the indexes of WatchedProgram Columns.
442 return new WatchedProgram(program,
494 private ChannelRecord updateChannelRecordFromWatchedProgram(WatchedProgram program)
    [all...]

Completed in 312 milliseconds