Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/ui/
DChannelBannerView.java118 private RecordedProgram mLastUpdatedRecordedProgram; field in ChannelBannerView
580 if (mLastUpdatedRecordedProgram == null
582 mLastUpdatedRecordedProgram.getTitle())
584 mLastUpdatedRecordedProgram.getEpisodeDisplayTitle(getContext()))) {
591 boolean isProgramChanged = !Objects.equals(mLastUpdatedRecordedProgram, recordedProgram);
727 mLastUpdatedRecordedProgram = null;
732 mLastUpdatedRecordedProgram = recordedProgram;