HomeSort by relevance Sort by last modified time
    Searched refs:isStartRecordingRequested (Results 1 - 4 of 4) sorted by null

  /packages/apps/TV/src/com/android/tv/dvr/ui/list/
ScheduleRow.java 72 public boolean isStartRecordingRequested() {
SeriesScheduleRowAdapter.java 147 if (!row.isStartRecordingRequested()) {
188 } else if (row.isStartRecordingRequested()) {
ScheduleRowAdapter.java 170 if (row.getSchedule() != null && row.isStartRecordingRequested()
340 if (row.isStartRecordingRequested() || row.isStopRecordingRequested()) {
ScheduleRowPresenter.java 518 if (row.isOnAir() && !row.isRecordingInProgress() && !row.isStartRecordingRequested()) {
    [all...]

Completed in 1311 milliseconds