Home
last modified time | relevance | path

Searched refs:getRecordedProgramId (Results 1 – 5 of 5) sorted by relevance

/packages/apps/TV/src/com/android/tv/dvr/ui/list/
DScheduleRow.java134 && mSchedule.getRecordedProgramId() != null in hasRecordedProgram()
DDvrHistoryRowAdapter.java322 && row.getSchedule().getRecordedProgramId() == program.getId()) { in findRowByRecordedProgram()
/packages/apps/TV/src/com/android/tv/dvr/ui/browse/
DCurrentRecordingDetailsFragment.java105 Long recordedProgramId = getRecording().getRecordedProgramId(); in onCreateActionsAdapter()
/packages/apps/TV/src/com/android/tv/dvr/ui/
DDvrUiHelper.java614 && schedule.getRecordedProgramId() != null) { in startDetailsActivity()
615 recordingId = schedule.getRecordedProgramId(); in startDetailsActivity()
/packages/apps/TV/src/com/android/tv/dvr/data/
DScheduledRecording.java785 public Long getRecordedProgramId() { in getRecordedProgramId() method in ScheduledRecording