Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/
DMainActivity.java418 if (mChannelTuner.getCurrentChannel() != null) {
443 Channel channel = mTvView.getCurrentChannel();
636 mTvView.isBlocked(), getCurrentChannel(), program); in onCreate()
694 Channel currentChannel = mChannelTuner.getCurrentChannel(); in onCreate()
704 Channel currentChannel = mChannelTuner.getCurrentChannel(); in onCreate()
1088 if (mChannelTuner.getCurrentChannel() != null) { in startTv()
1280 public Channel getCurrentChannel() { in getCurrentChannel() method in MainActivity
1281 return mChannelTuner.getCurrentChannel(); in getCurrentChannel()
1316 Channel curChannel = mChannelTuner.getCurrentChannel(); in getBrowsableChannel()
1360 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/interactive/
DIAppManager.java353 Channel currentChannel = mMainActivity.getCurrentChannel(); in onRequestCurrentChannelUri()
365 Channel currentChannel = mMainActivity.getCurrentChannel(); in onRequestCurrentChannelLcn()
417 Channel currentChannel = mMainActivity.getCurrentChannel(); in onRequestCurrentTvInputId()
/packages/apps/TV/src/com/android/tv/data/
DStreamInfo.java31 Channel getCurrentChannel(); in getCurrentChannel() method
/packages/apps/TV/src/com/android/tv/ui/
DTvTransitionManager.java117 Channel channel = mMainActivity.getCurrentChannel(); in goToChannelBannerScene()
145 mSelectInputView.setCurrentChannel(mMainActivity.getCurrentChannel()); in goToSelectInputScene()
DInputBannerView.java58 Channel channel = mainActivity.getCurrentChannel(); in updateLabel()
DInputBannerViewV2.java56 Channel channel = mainActivity.getCurrentChannel(); in updateLabel()
DTvOverlayManager.java811 && mMainActivity.getCurrentChannel().isLocked()) { in updateChannelBannerAndShowIfNeeded()
819 if (mMainActivity.getCurrentChannel().isLocked()) { in updateChannelBannerAndShowIfNeeded()
870 if (mChannelTuner.getCurrentChannel() == null) { in updateChannelBannerAndShowIfNeeded()
DTunableTvView.java723 public Channel getCurrentChannel() { in getCurrentChannel() method in TunableTvView
1477 || getCurrentChannel() == null in createProgramPosterArtCallback()
1478 || channelId != getCurrentChannel().getId() in createProgramPosterArtCallback()
/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.java405 public TunerChannel getCurrentChannel() { in getCurrentChannel() method in TunerSessionWorkerExoV2
DTunerSessionWorker.java405 public TunerChannel getCurrentChannel() { in getCurrentChannel() method in TunerSessionWorker