Searched refs:hasClosedCaption (Results 1 – 4 of 4) sorted by relevance
63 public final boolean hasClosedCaption; field in ChannelInfo114 int audioLanguageCount, boolean hasClosedCaption, ProgramInfo program, in ChannelInfo() argument126 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() argument273 mHasClosedCaption = hasClosedCaption; in setHasClosedCaption()
36 boolean hasClosedCaption(); in hasClosedCaption() method
368 updateText(mClosedCaptionTextView, info.hasClosedCaption() ? sClosedCaptionMark in updateStreamInfo()
759 public boolean hasClosedCaption() { in hasClosedCaption() method in TunableTvView