HomeSort by relevance Sort by last modified time
    Searched defs:recordings (Results 1 - 2 of 2) sorted by null

  /packages/apps/TV/src/com/android/tv/dvr/
DvrScheduleManager.java 260 * Returns the started recordings for the given input.
530 * Returns a sorted list of all scheduled recordings that will not be recorded if
559 * Returns list of all conflicting scheduled recordings for the given {@code seriesRecording}
589 * Returns a sorted list of all scheduled recordings that will not be recorded if
615 * Returns all the scheduled recordings that conflicts and will not be recorded or clipped for
675 * Returns priority ordered list of all scheduled recordings that will not be recorded if
718 * Returns priority ordered list of all scheduled recordings that will not be recorded if
849 List<ScheduledRecording> recordings = new ArrayList<>(); local
    [all...]
  /packages/apps/TV/src/com/android/tv/dvr/ui/browse/
DvrBrowseFragment.java 370 // Schedule Recordings.
378 // Series Recordings. Series recordings should be added after recorded programs, because
379 // we build series recordings' latest program information while adding recorded programs.
380 List<SeriesRecording> recordings = mDvrDataManager.getSeriesRecordings(); local
381 handleSeriesRecordingsAdded(recordings);

Completed in 1037 milliseconds