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

  /packages/apps/TV/tests/unit/src/com/android/tv/recommendation/
RoutineWatchEvaluatorTest.java 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(
154 ProgramTime programTimeToday2100_2400 = ProgramTime.createFromProgram(
157 ProgramTime programTimeToday2200_0100 = ProgramTime.createFromProgram(
160 ProgramTime programTimeTomorrow0000_0300 = ProgramTime.createFromProgram(
163 ProgramTime programTimeTomorrow2000_2300 = ProgramTime.createFromProgram(
  /packages/apps/TV/src/com/android/tv/recommendation/
RoutineWatchEvaluator.java 153 ProgramTime t1 = ProgramTime.createFromProgram(p1);
154 ProgramTime t2 = ProgramTime.createFromProgram(p2);
226 public static ProgramTime createFromProgram(Program p) {

Completed in 431 milliseconds