Home
last modified time | relevance | path

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

/aosp12/packages/apps/TV/tests/common/src/com/android/tv/testing/activities/
H A 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()
/aosp12/packages/apps/TV/tests/unit/src/com/android/tv/
H A DMainActivityTest.java47 tuneToChannel(TvTestInputConstants.CH_2); in testTuneToChannel()
54 tuneToChannel(TvTestInputConstants.CH_2); in testShowProgramGuide()
/aosp12/packages/apps/TV/src/com/android/tv/ui/
H A DKeypadChannelSwitchView.java79 mMainActivity.tuneToChannel(mSelectedChannel);
153 mMainActivity.tuneToChannel(channel); in onFinishInflate()
/aosp12/packages/apps/TV/src/com/android/tv/ui/sidepanel/
H A DCustomizeChannelListFragment.java96 .tuneToChannel( in onCreateView()
129 tvActivity.tuneToChannel(getChannelDataManager().getChannel(mLastFocusedChannelId)); in onCreateView()
/aosp12/packages/apps/TV/tests/unit/src/com/android/tv/menu/
H A DTvOptionsRowAdapterTest.java66 tuneToChannel(TvTestInputConstants.CH_1_DEFAULT_DONT_MODIFY); in setUp()
/aosp12/packages/apps/TV/src/com/android/tv/ui/sidepanel/parentalcontrols/
H A DChannelsBlockedFragment.java85 .tuneToChannel( in onCreateView()
/aosp12/packages/apps/TV/src/com/android/tv/search/
H A DProgramGuideSearchFragment.java138 mMainActivity.tuneToChannel(
/aosp12/packages/apps/TV/src/com/android/tv/menu/
H A DChannelsRowAdapter.java158 getMainActivity().tuneToChannel((Channel) view.getTag()); in onChannelClicked()
/aosp12/packages/apps/TV/src/com/android/tv/
H A DMainActivity.java684 tuneToChannel(ChannelImpl.createPassthroughChannel(input.getId())); in onCreate()
1346 tuneToChannel(channel); in endShrunkenTvView()
2435 tuneToChannel(mChannelTuner.getCurrentChannel());
2476 public void tuneToChannel(Channel channel) {
/aosp12/packages/apps/TV/src/com/android/tv/guide/
H A DProgramItemView.java117 tvActivity.tuneToChannel(channel);