Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/dvr/ui/list/
DScheduleRowPresenter.java520 if (row.isRecordingNotStarted()) { in onStartRecordingInternal()
594 if (row.isRecordingNotStarted()) { in onRemoveSchedule()
603 } else if (row.isRecordingNotStarted()) { in onRemoveSchedule()
743 } else if (row.isRecordingNotStarted()) { in getAvailableActions()
761 } else if (row.isRecordingNotStarted()) { in getAvailableActions()
DScheduleRow.java130 public final boolean isRecordingNotStarted() { in isRecordingNotStarted() method in ScheduleRow