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.java485 public void removeRecordedProgram(Uri recordedProgramUri) { in removeRecordedProgram() method in DvrManager
495 public void removeRecordedProgram(long recordedProgramId) { in removeRecordedProgram() method in DvrManager
508 public void removeRecordedProgram(final RecordedProgram recordedProgram) { in removeRecordedProgram() method in DvrManager
DRecordingTask.java501 private void removeRecordedProgram() { in removeRecordedProgram() method in RecordingTask
/packages/apps/TV/tests/unit/src/com/android/tv/dvr/
DDvrDataManagerInMemoryImpl.java168 public void removeRecordedProgram(RecordedProgram scheduledRecording) { in removeRecordedProgram() method in DvrDataManagerInMemoryImpl