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

  /packages/apps/TV/src/com/android/tv/dvr/
DvrDataManager.java 188 RecordedProgram getRecordedProgram(long recordingId);
DvrManager.java 499 RecordedProgram recordedProgram = mDataManager.getRecordedProgram(recordedProgramId);
536 RecordedProgram r = mDataManager.getRecordedProgram(rId);
    [all...]
DvrDataManagerImpl.java 537 public RecordedProgram getRecordedProgram(long recordingId) {
    [all...]
  /packages/apps/TV/tests/unit/src/com/android/tv/dvr/
DvrDataManagerInMemoryImpl.java 289 public RecordedProgram getRecordedProgram(long recordingId) {
  /packages/apps/TV/src/com/android/tv/tuner/tvinput/
TunerRecordingSessionWorker.java 505 private Program getRecordedProgram() {
569 Uri uri = insertRecordedProgram(getRecordedProgram(), mChannel.getChannelId(),
TunerSessionWorker.java 565 private RecordedProgram getRecordedProgram(Uri recordedUri) {
586 RecordedProgram recording = getRecordedProgram(uri);
    [all...]

Completed in 2713 milliseconds