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.java404 if (mChannelTuner.getCurrentChannel() != null) {
422 Channel channel = mTvView.getCurrentChannel();
609 mTvView.isBlocked(), getCurrentChannel(), program); in onCreate()
663 Channel currentChannel = mChannelTuner.getCurrentChannel(); in onCreate()
673 Channel currentChannel = mChannelTuner.getCurrentChannel(); in onCreate()
1045 if (mChannelTuner.getCurrentChannel() != null) { in startTv()
1227 public Channel getCurrentChannel() { in getCurrentChannel() method in MainActivity
1228 return mChannelTuner.getCurrentChannel(); in getCurrentChannel()
1263 Channel curChannel = mChannelTuner.getCurrentChannel(); in getBrowsableChannel()
1307 mChannelBeforeShrunkenTvView = mTvView.getCurrentChannel(); in startShrunkenTvView()
[all …]
DTimeShiftManager.java460 Channel channel = mPlayController.getCurrentChannel(); in updateCurrentProgram()
502 mPlayController.getCurrentChannel(), in onAvailabilityChanged()
863 Channel getCurrentChannel() { in getCurrentChannel() method in TimeShiftManager.PlayController
864 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.java94 Channel currentChannel = mMainActivity.getCurrentChannel();
250 Channel currentChannel = mMainActivity.getCurrentChannel(); in isCurrentChannelRecording()
258 Channel currentChannel = mMainActivity.getCurrentChannel(); in onRecordButtonClicked()
647 && 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.java806 && mMainActivity.getCurrentChannel().isLocked()) { in updateChannelBannerAndShowIfNeeded()
814 if (mMainActivity.getCurrentChannel().isLocked()) { in updateChannelBannerAndShowIfNeeded()
865 if (mChannelTuner.getCurrentChannel() == null) { in updateChannelBannerAndShowIfNeeded()
DInputBannerView.java69 Channel channel = mainActivity.getCurrentChannel(); in updateLabel()
DTunableTvView.java692 public Channel getCurrentChannel() { in getCurrentChannel() method in TunableTvView
1417 || getCurrentChannel() == null in createProgramPosterArtCallback()
1418 || 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.java871 Math.max(mProgramManager.getChannelIndex(mChannelTuner.getCurrentChannel()), 0)); in resetRowSelection()
/packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/
DTunerSessionWorkerExoV2.java391 public TunerChannel getCurrentChannel() { in getCurrentChannel() method in TunerSessionWorkerExoV2
DTunerSessionWorker.java405 public TunerChannel getCurrentChannel() { in getCurrentChannel() method in TunerSessionWorker