/packages/apps/TV/src/com/android/tv/ui/sidepanel/ |
D | CustomizeChannelListFragment.java | 97 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()
|
D | SettingsFragment.java | 76 setEnabled(getChannelDataManager().getChannelCount() != 0); in getItemList() 206 if (getChannelDataManager().areAllChannelsHidden()) { in onResume()
|
D | SideFragment.java | 91 mChannelDataManager = getMainActivity().getChannelDataManager(); in onAttach() 176 protected ChannelDataManager getChannelDataManager() { in getChannelDataManager() method in SideFragment
|
/packages/apps/TV/src/com/android/tv/ui/sidepanel/parentalcontrols/ |
D | ChannelsBlockedFragment.java | 86 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()
|
D | ParentalControlsFragment.java | 107 for (Channel channel : getChannelDataManager().getChannelList()) { in getItemList()
|
/packages/apps/TV/tests/common/src/com/android/tv/testing/activities/ |
D | BaseMainActivityTestCase.java | 87 ChannelDataManager channelDataManager = mActivity.getChannelDataManager(); in waitUntilChannelLoadingFinish() 129 List<Channel> channelList = mActivity.getChannelDataManager().getChannelList(); in findChannelWithName()
|
/packages/apps/TV/src/com/android/tv/util/ |
D | SetupUtils.java | 100 TvSingletons.getSingletons(mContext).getChannelDataManager(); in onTvInputSetupFinished() 124 final ChannelDataManager manager = tvSingletons.getChannelDataManager(); in updateChannelsAfterSetup() 159 ChannelDataManager channelDataManager = singletons.getChannelDataManager(); in markNewChannelsBrowsable()
|
/packages/apps/TV/tests/unit/src/com/android/tv/util/ |
D | MockTvSingletons.java | 75 public ChannelDataManager getChannelDataManager() { in getChannelDataManager() method in MockTvSingletons 76 return mApp.getChannelDataManager(); in getChannelDataManager()
|
/packages/apps/TV/src/com/android/tv/data/ |
D | PreviewProgramContent.java | 53 .getChannelDataManager() in createFromProgram() 63 .getChannelDataManager() in createFromRecordedProgram()
|
/packages/apps/TV/src/com/android/tv/dvr/ui/browse/ |
D | DetailsContent.java | 100 .getChannelDataManager() in createFromScheduledRecording() 348 .getChannelDataManager() in build()
|
D | DvrDetailsFragment.java | 220 TvSingletons.getSingletons(getActivity()).getChannelDataManager(); in startPlayback()
|
/packages/apps/TV/src/com/android/tv/dvr/ui/ |
D | DvrConflictFragment.java | 160 .getChannelDataManager() in getScheduleTitle() 238 .getChannelDataManager() in onCreateView()
|
D | DvrChannelRecordDurationOptionFragment.java | 46 .getChannelDataManager() in onCreate()
|
/packages/apps/TV/src/com/android/tv/ |
D | TvSingletons.java | 75 ChannelDataManager getChannelDataManager(); in getChannelDataManager() method
|
/packages/apps/TV/tests/unit/src/com/android/tv/ |
D | MainActivityTest.java | 41 List<Channel> channelList = mActivity.getChannelDataManager().getChannelList(); in testInitialConditions()
|
/packages/apps/TV/src/com/android/tv/dialog/ |
D | RecentlyWatchedDialogFragment.java | 52 ((MainActivity) getActivity()).getChannelDataManager(); in onCreateDialog()
|
D | DvrHistoryDialogFragment.java | 58 ChannelDataManager channelDataManager = singletons.getChannelDataManager(); in onCreateDialog()
|
/packages/apps/TV/src/com/android/tv/onboarding/ |
D | OnboardingActivity.java | 231 .getChannelDataManager(); in executeAction()
|
/packages/apps/TV/src/com/android/tv/dvr/ui/list/ |
D | DvrSeriesSchedulesFragment.java | 148 mChannelDataManager = singletons.getChannelDataManager(); in onCreate()
|
/packages/apps/TV/tests/common/src/com/android/tv/testing/ |
D | TestSingletonApp.java | 113 public ChannelDataManager getChannelDataManager() { in getChannelDataManager() method in TestSingletonApp
|
/packages/apps/TV/src/com/android/tv/dvr/recorder/ |
D | ConflictChecker.java | 137 mChannelDataManager = tvSingletons.getChannelDataManager(); in ConflictChecker()
|
D | RecordingScheduler.java | 131 singletons.getChannelDataManager(), in createScheduler()
|
/packages/apps/TV/src/com/android/tv/search/ |
D | ProgramGuideSearchFragment.java | 140 .getChannelDataManager()
|
/packages/apps/TV/src/com/android/tv/dvr/ui/playback/ |
D | DvrPlaybackMediaSessionHelper.java | 62 mChannelDataManager = TvSingletons.getSingletons(activity).getChannelDataManager(); in DvrPlaybackMediaSessionHelper()
|
/packages/apps/TV/tests/robotests/src/com/android/tv/guide/ |
D | ProgramItemViewTest.java | 112 return myTestApp.getChannelDataManager(); in providesChannelDataManager()
|