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.java611 if (row.isRecordingNotStarted()) { in onStartRecordingInternal()
687 if (row.isRecordingNotStarted()) { in onRemoveSchedule()
696 } else if (row.isRecordingNotStarted()) { in onRemoveSchedule()
840 if (row.isRecordingNotStarted()) { in getAvailableActions()
862 } else if (row.isRecordingNotStarted()) { in getAvailableActions()
DScheduleRow.java102 public final boolean isRecordingNotStarted() { in isRecordingNotStarted() method in ScheduleRow