Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/dvr/ui/list/
DSeriesScheduleRowAdapter.java156 if (!row.isStartRecordingRequested()) { in onScheduledRecordingAdded()
197 } else if (row.isStartRecordingRequested()) { in onScheduledRecordingUpdated()
DScheduleRowAdapter.java180 && row.isStartRecordingRequested() in findRowWithStartRequest()
351 if (row.isStartRecordingRequested() || row.isStopRecordingRequested()) { in isStartOrStopRequested()
DScheduleRow.java60 public boolean isStartRecordingRequested() { in isStartRecordingRequested() method in ScheduleRow
DScheduleRowPresenter.java609 if (row.isOnAir() && !row.isRecordingInProgress() && !row.isStartRecordingRequested()) { in onStartRecordingInternal()