Home
last modified time | relevance | path

Searched refs:getChannelDataManager (Results 1 – 25 of 39) sorted by relevance

12

/aosp12/packages/apps/TV/src/com/android/tv/ui/sidepanel/parentalcontrols/
H A DChannelsBlockedFragment.java86 getChannelDataManager() in onCreateView()
107 getChannelDataManager().applyUpdatedValuesToDb(); in onDestroyView()
131 mChannels.addAll(getChannelDataManager().getChannelList()); in getItemList()
188 getChannelDataManager().updateLocked(channel.getId(), lock); in onSelected()
216 super(channel, getChannelDataManager(), getProgramDataManager()); in ChannelBlockedItem()
233 getChannelDataManager().updateLocked(getChannel().getId(), isChecked()); in onSelected()
H A DParentalControlsFragment.java107 for (Channel channel : getChannelDataManager().getChannelList()) { in getItemList()
/aosp12/packages/apps/TV/src/com/android/tv/ui/sidepanel/
H A DCustomizeChannelListFragment.java97 getChannelDataManager() in onCreateView()
129 tvActivity.tuneToChannel(getChannelDataManager().getChannel(mLastFocusedChannelId)); in onCreateView()
138 getChannelDataManager().applyUpdatedValuesToDb(); in onDestroyView()
162 mChannels.addAll(getChannelDataManager().getChannelList()); in getItemList()
297 getChannelDataManager().updateBrowsable(channel.getId(), !mAllChecked, true); in onSelected()
301 getChannelDataManager().notifyChannelBrowsableChanged(); in onSelected()
315 super(channel, getChannelDataManager(), getProgramDataManager()); in ChannelItem()
328 getChannelDataManager().updateBrowsable(getChannel().getId(), isChecked()); in onSelected()
H A DSettingsFragment.java76 setEnabled(getChannelDataManager().getChannelCount() != 0); in getItemList()
206 if (getChannelDataManager().areAllChannelsHidden()) { in onResume()
H A DSideFragment.java91 mChannelDataManager = getMainActivity().getChannelDataManager(); in onAttach()
176 protected ChannelDataManager getChannelDataManager() { in getChannelDataManager() method in SideFragment
/aosp12/packages/apps/TV/tests/common/src/com/android/tv/testing/activities/
H A DBaseMainActivityTestCase.java87 ChannelDataManager channelDataManager = mActivity.getChannelDataManager(); in waitUntilChannelLoadingFinish()
129 List<Channel> channelList = mActivity.getChannelDataManager().getChannelList(); in findChannelWithName()
/aosp12/packages/apps/TV/tests/unit/src/com/android/tv/util/
H A DMockTvSingletons.java75 public ChannelDataManager getChannelDataManager() { in getChannelDataManager() method in MockTvSingletons
76 return mApp.getChannelDataManager(); in getChannelDataManager()
/aosp12/packages/apps/TV/src/com/android/tv/util/
H A DSetupUtils.java100 TvSingletons.getSingletons(mContext).getChannelDataManager(); in onTvInputSetupFinished()
124 final ChannelDataManager manager = tvSingletons.getChannelDataManager(); in updateChannelsAfterSetup()
159 ChannelDataManager channelDataManager = singletons.getChannelDataManager(); in markNewChannelsBrowsable()
/aosp12/packages/apps/TV/src/com/android/tv/data/
H A DPreviewProgramContent.java53 .getChannelDataManager() in createFromProgram()
63 .getChannelDataManager() in createFromRecordedProgram()
/aosp12/packages/apps/TV/src/com/android/tv/dvr/ui/browse/
H A DDetailsContent.java100 .getChannelDataManager() in createFromScheduledRecording()
348 .getChannelDataManager() in build()
H A DDvrDetailsFragment.java220 TvSingletons.getSingletons(getActivity()).getChannelDataManager(); in startPlayback()
/aosp12/packages/apps/TV/src/com/android/tv/
H A DTvSingletons.java75 ChannelDataManager getChannelDataManager(); in getChannelDataManager() method
/aosp12/packages/apps/TV/tests/unit/src/com/android/tv/
H A DMainActivityTest.java41 List<Channel> channelList = mActivity.getChannelDataManager().getChannelList(); in testInitialConditions()
/aosp12/packages/apps/TV/src/com/android/tv/dvr/ui/
H A DDvrConflictFragment.java160 .getChannelDataManager() in getScheduleTitle()
238 .getChannelDataManager() in onCreateView()
H A DDvrChannelRecordDurationOptionFragment.java46 .getChannelDataManager() in onCreate()
/aosp12/packages/apps/TV/src/com/android/tv/dialog/
H A DRecentlyWatchedDialogFragment.java52 ((MainActivity) getActivity()).getChannelDataManager(); in onCreateDialog()
H A DDvrHistoryDialogFragment.java58 ChannelDataManager channelDataManager = singletons.getChannelDataManager(); in onCreateDialog()
/aosp12/packages/apps/TV/src/com/android/tv/onboarding/
H A DOnboardingActivity.java231 .getChannelDataManager(); in executeAction()
/aosp12/packages/apps/TV/src/com/android/tv/dvr/ui/list/
H A DDvrSeriesSchedulesFragment.java148 mChannelDataManager = singletons.getChannelDataManager(); in onCreate()
/aosp12/packages/apps/TV/tests/common/src/com/android/tv/testing/
H A DTestSingletonApp.java113 public ChannelDataManager getChannelDataManager() { in getChannelDataManager() method in TestSingletonApp
/aosp12/packages/apps/TV/src/com/android/tv/dvr/recorder/
H A DConflictChecker.java137 mChannelDataManager = tvSingletons.getChannelDataManager(); in ConflictChecker()
/aosp12/packages/apps/TV/src/com/android/tv/search/
H A DProgramGuideSearchFragment.java140 .getChannelDataManager()
H A DDataManagerSearch.java66 mChannelDataManager = tvSingletons.getChannelDataManager(); in DataManagerSearch()
/aosp12/packages/apps/TV/src/com/android/tv/dvr/ui/playback/
H A DDvrPlaybackMediaSessionHelper.java62 mChannelDataManager = TvSingletons.getSingletons(activity).getChannelDataManager(); in DvrPlaybackMediaSessionHelper()
/aosp12/packages/apps/TV/tests/robotests/src/com/android/tv/guide/
H A DProgramItemViewTest.java112 return myTestApp.getChannelDataManager(); in providesChannelDataManager()

12