Home
last modified time | relevance | path

Searched defs:removeRecordedProgram (Results 1 – 3 of 3) sorted by relevance

/packages/apps/TV/src/com/android/tv/dvr/
DDvrManager.java487 public void removeRecordedProgram(Uri recordedProgramUri) { in removeRecordedProgram() method in DvrManager
495 public void removeRecordedProgram(long recordedProgramId) { in removeRecordedProgram() method in DvrManager
506 public void removeRecordedProgram(final RecordedProgram recordedProgram) { in removeRecordedProgram() method in DvrManager
/packages/apps/TV/tests/common/src/com/android/tv/testing/dvr/
DDvrDataManagerInMemoryImpl.java171 public void removeRecordedProgram(RecordedProgram scheduledRecording) { in removeRecordedProgram() method in DvrDataManagerInMemoryImpl
/packages/apps/TV/src/com/android/tv/dvr/recorder/
DRecordingTask.java550 private void removeRecordedProgram() { in removeRecordedProgram() method in RecordingTask