Home
last modified time | relevance | path

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

/packages/apps/TV/tests/unit/src/com/android/tv/recommendation/
DRoutineWatchEvaluatorTest.java170 createDummyProgram(tomorrowAtHourMin(0, 0), TimeUnit.HOURS.toMillis(1))); in testProgramTime_createFromProgram()
180 createDummyProgram(tomorrowAtHourMin(23, 30), TimeUnit.HOURS.toMillis(1))); in testProgramTime_createFromProgram()
213 createDummyProgram(tomorrowAtHourMin(0, 0), TimeUnit.HOURS.toMillis(3))); in testCalculateOverlappedIntervalScore()
217 createDummyProgram(tomorrowAtHourMin(20, 0), TimeUnit.HOURS.toMillis(3))); in testCalculateOverlappedIntervalScore()
319 private Calendar tomorrowAtHourMin(int hour, int minute) { in tomorrowAtHourMin() method in RoutineWatchEvaluatorTest