Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/dvr/
DDvrDataManagerImpl.java949 List<RecordedProgram> movedRecordedPrograms = in unhideInput() local
994 if (!movedRecordedPrograms.isEmpty()) { in unhideInput()
995 notifyRecordedProgramsAdded(RecordedProgram.toArray(movedRecordedPrograms)); in unhideInput()
1011 List<RecordedProgram> movedRecordedPrograms = in hideInput() local
1033 if (!movedRecordedPrograms.isEmpty()) { in hideInput()
1034 notifyRecordedProgramsRemoved(RecordedProgram.toArray(movedRecordedPrograms)); in hideInput()