Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/
DMainActivity.java378 if (mChannelTuner.getCurrentChannel() != null) {
396 Channel channel = mTvView.getCurrentChannel();
582 mTvView.isBlocked(), getCurrentChannel(), program); in onCreate()
639 Channel currentChannel = mChannelTuner.getCurrentChannel(); in onCreate()
649 Channel currentChannel = mChannelTuner.getCurrentChannel(); in onCreate()
1034 if (mChannelTuner.getCurrentChannel() != null) { in startTv()
1216 public Channel getCurrentChannel() { in getCurrentChannel() method in MainActivity
1217 return mChannelTuner.getCurrentChannel(); in getCurrentChannel()
1252 Channel curChannel = mChannelTuner.getCurrentChannel(); in getBrowsableChannel()
1288 mChannelBeforeShrunkenTvView = mTvView.getCurrentChannel(); in startShrunkenTvView()
[all …]
DTimeShiftManager.java457 Channel channel = mPlayController.getCurrentChannel(); in updateCurrentProgram()
499 mPlayController.getCurrentChannel(), in onAvailabilityChanged()
860 Channel getCurrentChannel() { in getCurrentChannel() method in TimeShiftManager.PlayController
861 return mTvView.getCurrentChannel(); in getCurrentChannel()
DChannelTuner.java137 public Channel getCurrentChannel() { in getCurrentChannel() method in ChannelTuner
/packages/apps/TV/src/com/android/tv/menu/
DChannelsRowAdapter.java178 new ChannelImpl.Builder(getMainActivity().getCurrentChannel()).build()); in createItems()
206 .getCurrentChannel() in updateItems()
209 new ChannelImpl.Builder(getMainActivity().getCurrentChannel()).build()); in updateItems()
266 Channel currentChannel = getMainActivity().getCurrentChannel();
DPlayControlsRowView.java93 Channel currentChannel = mMainActivity.getCurrentChannel();
249 Channel currentChannel = mMainActivity.getCurrentChannel(); in isCurrentChannelRecording()
257 Channel currentChannel = mMainActivity.getCurrentChannel(); in onRecordButtonClicked()
641 && mDvrManager.isChannelRecordable(mMainActivity.getCurrentChannel()))) { in updateRecordButton()
/packages/apps/TV/src/com/android/tv/ui/
DTvTransitionManager.java117 Channel channel = mMainActivity.getCurrentChannel(); in goToChannelBannerScene()
145 mSelectInputView.setCurrentChannel(mMainActivity.getCurrentChannel()); in goToSelectInputScene()
DTvOverlayManager.java792 && mMainActivity.getCurrentChannel().isLocked()) { in updateChannelBannerAndShowIfNeeded()
800 if (mMainActivity.getCurrentChannel().isLocked()) { in updateChannelBannerAndShowIfNeeded()
851 if (mChannelTuner.getCurrentChannel() == null) { in updateChannelBannerAndShowIfNeeded()
DInputBannerView.java69 Channel channel = mainActivity.getCurrentChannel(); in updateLabel()
DTunableTvView.java676 public Channel getCurrentChannel() { in getCurrentChannel() method in TunableTvView
1401 || getCurrentChannel() == null in createProgramPosterArtCallback()
1402 || channelId != getCurrentChannel().getId() in createProgramPosterArtCallback()
/packages/apps/TV/src/com/android/tv/data/
DStreamInfo.java31 Channel getCurrentChannel(); in getCurrentChannel() method
/packages/apps/TV/src/com/android/tv/guide/
DProgramGuide.java866 Math.max(mProgramManager.getChannelIndex(mChannelTuner.getCurrentChannel()), 0)); in resetRowSelection()
/packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/
DTunerSessionWorkerExoV2.java379 public TunerChannel getCurrentChannel() { in getCurrentChannel() method in TunerSessionWorkerExoV2
DTunerSessionWorker.java379 public TunerChannel getCurrentChannel() { in getCurrentChannel() method in TunerSessionWorker