Home
last modified time | relevance | path

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

/packages/apps/TV/tests/common/src/com/android/tv/testing/
DChannelInfo.java63 public final boolean hasClosedCaption; field in ChannelInfo
114 int audioLanguageCount, boolean hasClosedCaption, ProgramInfo program, in ChannelInfo() argument
126 this.hasClosedCaption = hasClosedCaption; in ChannelInfo()
150 + ", hasClosedCaption=" + hasClosedCaption in toString()
172 Objects.equals(hasClosedCaption, that.hasClosedCaption) && in equals()
223 mHasClosedCaption = other.hasClosedCaption; in Builder()
272 public Builder setHasClosedCaption(boolean hasClosedCaption) { in setHasClosedCaption() argument
273 mHasClosedCaption = hasClosedCaption; in setHasClosedCaption()
/packages/apps/TV/src/com/android/tv/data/
DStreamInfo.java36 boolean hasClosedCaption(); in hasClosedCaption() method
/packages/apps/TV/src/com/android/tv/ui/
DChannelBannerView.java368 updateText(mClosedCaptionTextView, info.hasClosedCaption() ? sClosedCaptionMark in updateStreamInfo()
DTunableTvView.java759 public boolean hasClosedCaption() { in hasClosedCaption() method in TunableTvView