Home
last modified time | relevance | path

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

/aosp12/packages/apps/TV/src/com/android/tv/
H A DMainActivity.java423 Channel channel = mTvView.getCurrentChannel();
1050 if (mChannelTuner.getCurrentChannel() != null) { in startTv()
1232 public Channel getCurrentChannel() { in getCurrentChannel() method in MainActivity
1233 return mChannelTuner.getCurrentChannel(); in getCurrentChannel()
1268 Channel curChannel = mChannelTuner.getCurrentChannel(); in getBrowsableChannel()
1847 && channel.equals(getCurrentChannel())) in isNowPlayingProgram()
1868 currentChannel = tvView.getCurrentChannel(); in checkChannelLockNeeded()
2262 Channel currentChannel = getCurrentChannel();
2435 tuneToChannel(mChannelTuner.getCurrentChannel());
2688 mTvView.getCurrentChannel(), mChannelTuner.getCurrentChannel())) {
[all …]
H A 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()
H A DChannelTuner.java137 public Channel getCurrentChannel() { in getCurrentChannel() method in ChannelTuner
/aosp12/packages/apps/TV/src/com/android/tv/menu/
H A 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();
H A 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()
/aosp12/packages/apps/TV/src/com/android/tv/data/
H A DStreamInfo.java31 Channel getCurrentChannel(); in getCurrentChannel() method
/aosp12/packages/apps/TV/src/com/android/tv/ui/
H A DTvTransitionManager.java117 Channel channel = mMainActivity.getCurrentChannel(); in goToChannelBannerScene()
145 mSelectInputView.setCurrentChannel(mMainActivity.getCurrentChannel()); in goToSelectInputScene()
H A DInputBannerView.java69 Channel channel = mainActivity.getCurrentChannel(); in updateLabel()
H A DTvOverlayManager.java806 && mMainActivity.getCurrentChannel().isLocked()) { in updateChannelBannerAndShowIfNeeded()
814 if (mMainActivity.getCurrentChannel().isLocked()) { in updateChannelBannerAndShowIfNeeded()
865 if (mChannelTuner.getCurrentChannel() == null) { in updateChannelBannerAndShowIfNeeded()
H A DTunableTvView.java692 public Channel getCurrentChannel() { in getCurrentChannel() method in TunableTvView
1417 || getCurrentChannel() == null in createProgramPosterArtCallback()
1418 || channelId != getCurrentChannel().getId() in createProgramPosterArtCallback()
/aosp12/packages/apps/TV/src/com/android/tv/guide/
H A DProgramGuide.java871 Math.max(mProgramManager.getChannelIndex(mChannelTuner.getCurrentChannel()), 0)); in resetRowSelection()
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/
H A DTunerSessionWorkerExoV2.java405 public TunerChannel getCurrentChannel() { in getCurrentChannel() method in TunerSessionWorkerExoV2
H A DTunerSessionWorker.java405 public TunerChannel getCurrentChannel() { in getCurrentChannel() method in TunerSessionWorker