Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/dvr/
DDvrDataManagerInMemoryImpl.java47 private final List<SeasonRecording> mSeasonSchedule = new ArrayList<>(); field in DvrDataManagerInMemoryImpl
73 return mSeasonSchedule; in getSeasonRecordings()
156 mSeasonSchedule.add(seasonRecording); in addSeasonRecording()
167 mSeasonSchedule.remove(seasonSchedule); in removeSeasonSchedule()