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

  /packages/apps/TV/tests/unit/src/com/android/tv/recommendation/
RoutineWatchEvaluatorTest.java 23 import com.android.tv.recommendation.RoutineWatchEvaluator.ProgramTime;
120 ProgramTime programTimeToday0000_0100 = ProgramTime.createFromProgram(
126 ProgramTime programTimeToday2330_2430 = ProgramTime.createFromProgram(
132 ProgramTime programTimeTomorrow0000_0100 = ProgramTime.createFromProgram(
138 ProgramTime programTimeTomorrow2330_2430 = ProgramTime.createFromProgram(
144 ProgramTime programTimeToday1800_3600 = ProgramTime.createFromProgram
    [all...]
  /packages/apps/TV/src/com/android/tv/recommendation/
RoutineWatchEvaluator.java 153 ProgramTime t1 = ProgramTime.createFromProgram(p1);
154 ProgramTime t2 = ProgramTime.createFromProgram(p2);
165 static double calculateOverlappedIntervalScore(ProgramTime t1, ProgramTime t2) {
220 static class ProgramTime {
226 public static ProgramTime createFromProgram(Program p) {
240 return new ProgramTime(startTimeOfDayInSec, endTimeOfDayInSec, weekDay, dayChanged);
243 private ProgramTime(int startTimeOfDayInSec, int endTimeOfDayInSec, int weekDay
    [all...]

Completed in 99 milliseconds