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

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

Completed in 58 milliseconds