Home
last modified time | relevance | path

Searched refs:tuneToChannel (Results 1 – 11 of 11) sorted by relevance

/packages/apps/TV/tests/common/src/com/android/tv/testing/activities/
DBaseMainActivityTestCase.java73 protected void tuneToChannel(final Channel channel) { in tuneToChannel() method in BaseMainActivityTestCase
80 mActivity.tuneToChannel(channel); in tuneToChannel()
99 protected void tuneToChannel(String name) { in tuneToChannel() method in BaseMainActivityTestCase
101 tuneToChannel(c); in tuneToChannel()
105 protected void tuneToChannel(ChannelInfo channel) { in tuneToChannel() method in BaseMainActivityTestCase
106 tuneToChannel(channel.name); in tuneToChannel()
123 tuneToChannel(channel); in updateThenTune()
/packages/apps/TV/tests/unit/src/com/android/tv/
DMainActivityTest.java47 tuneToChannel(TvTestInputConstants.CH_2); in testTuneToChannel()
54 tuneToChannel(TvTestInputConstants.CH_2); in testShowProgramGuide()
/packages/apps/TV/src/com/android/tv/ui/sidepanel/
DCustomizeChannelListFragment.java96 .tuneToChannel( in onCreateView()
129 tvActivity.tuneToChannel(getChannelDataManager().getChannel(mLastFocusedChannelId)); in onCreateView()
/packages/apps/TV/src/com/android/tv/ui/
DKeypadChannelSwitchView.java81 mMainActivity.tuneToChannel(mSelectedChannel);
155 mMainActivity.tuneToChannel(channel); in onFinishInflate()
/packages/apps/TV/tests/unit/src/com/android/tv/menu/
DTvOptionsRowAdapterTest.java66 tuneToChannel(TvTestInputConstants.CH_1_DEFAULT_DONT_MODIFY); in setUp()
/packages/apps/TV/src/com/android/tv/ui/sidepanel/parentalcontrols/
DChannelsBlockedFragment.java85 .tuneToChannel( in onCreateView()
/packages/apps/TV/src/com/android/tv/search/
DProgramGuideSearchFragment.java138 mMainActivity.tuneToChannel(
/packages/apps/TV/src/com/android/tv/menu/
DChannelsRowAdapter.java158 getMainActivity().tuneToChannel((Channel) view.getTag()); in onChannelClicked()
/packages/apps/TV/src/com/android/tv/interactive/
DIAppManager.java254 mHandler.post(() -> mMainActivity.tuneToChannel(channel)); in onPlaybackCommandRequest()
/packages/apps/TV/src/com/android/tv/
DMainActivity.java710 tuneToChannel(ChannelImpl.createPassthroughChannel(input.getId())); in onCreate()
1394 tuneToChannel(channel); in endShrunkenTvView()
2495 tuneToChannel(mChannelTuner.getCurrentChannel());
2536 public void tuneToChannel(Channel channel) {
/packages/apps/TV/src/com/android/tv/guide/
DProgramItemView.java117 tvActivity.tuneToChannel(channel);