HomeSort by relevance Sort by last modified time
    Searched refs:previousSeries (Results 1 - 2 of 2) sorted by null

  /packages/apps/TV/src/com/android/tv/dvr/
DvrManager.java 341 SeriesRecording previousSeries = mDataManager.getSeriesRecording(series.getId());
342 if (previousSeries != null) {
345 if (previousSeries.getChannelOption() != series.getChannelOption()
346 || (previousSeries.getChannelOption() == SeriesRecording.OPTION_CHANNEL_ONE
347 && previousSeries.getChannelId() != series.getChannelId())) {
373 if (previousSeries == null
374 || previousSeries.getPriority() != series.getPriority()) {
    [all...]
DvrDataManagerImpl.java 597 SeriesRecording previousSeries = mSeriesId2SeriesRecordings.put(r.getSeriesId(), r);
598 SoftPreconditions.checkArgument(previousSeries == null, TAG, "Attempt to add series"
    [all...]

Completed in 67 milliseconds