Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/dvr/ui/list/
DEpisodicProgramRow.java77 public boolean matchSchedule(ScheduledRecording schedule) { in matchSchedule() method in EpisodicProgramRow
DScheduleRow.java191 public boolean matchSchedule(ScheduledRecording schedule) { in matchSchedule() method in ScheduleRow
DScheduleRowAdapter.java171 && row.matchSchedule(schedule)) { in findRowWithStartRequest()