Searched refs:hasClosedCaption (Results 1 – 7 of 7) sorted by relevance
56 public final boolean hasClosedCaption; field in ChannelInfo123 boolean hasClosedCaption, in ChannelInfo() argument139 this.hasClosedCaption = hasClosedCaption; in ChannelInfo()172 + hasClosedCaption in toString()200 && Objects.equals(hasClosedCaption, that.hasClosedCaption) in equals()248 mHasClosedCaption = other.hasClosedCaption; in Builder()297 public Builder setHasClosedCaption(boolean hasClosedCaption) { in setHasClosedCaption() argument298 mHasClosedCaption = hasClosedCaption; in setHasClosedCaption()
108 void onTracksAvailabilityChanged(boolean hasClosedCaption, boolean hasMultiAudio); in onTracksAvailabilityChanged() argument493 boolean hasClosedCaption = in setTvViewCallbacks()497 if ((hasClosedCaption != mHasClosedCaption in setTvViewCallbacks()501 hasClosedCaption, hasMultiAudio); in setTvViewCallbacks()503 mHasClosedCaption = hasClosedCaption; in setTvViewCallbacks()
187 boolean hasClosedCaption, boolean hasMultiAudio) { in onActivityCreated()188 mPlaybackControlHelper.updateSecondaryRow(hasClosedCaption, hasMultiAudio); in onActivityCreated()189 if (hasClosedCaption) { in onActivityCreated()
263 void updateSecondaryRow(boolean hasClosedCaption, boolean hasMultiAudio) { in updateSecondaryRow() argument264 if (hasClosedCaption) { in updateSecondaryRow()
47 boolean hasClosedCaption(); in hasClosedCaption() method
434 info.hasClosedCaption() ? sClosedCaptionMark : EMPTY_STRING); in updateStreamInfo()
814 public boolean hasClosedCaption() { in hasClosedCaption() method in TunableTvView