Searched refs:mSelectedSubtitleTrackId (Results 1 – 1 of 1) sorted by relevance
128 private String mSelectedSubtitleTrackId; field in RichTvInputService.RichTvInputSessionImpl306 if (mSelectedSubtitleTrackId != null && mPlayer != null) { in onSetCaptionEnabled()307 mPlayer.selectTrack(TvTrackInfo.TYPE_SUBTITLE, mSelectedSubtitleTrackId); in onSetCaptionEnabled()322 mSelectedSubtitleTrackId = trackId; in onSelectTrack()