Searched refs:tvActivity (Results 1 – 8 of 8) sorted by relevance
46 public static String getDescription(MainActivity tvActivity) { in getDescription() argument47 setDefaultRatingSystemsIfNeeded(tvActivity); in getDescription()50 tvActivity.getContentRatingsManager().getContentRatingSystems(); in getDescription()54 if (!tvActivity.getParentalControlSettings().isContentRatingSystemEnabled(s)) { in getDescription()61 : tvActivity.getString(R.string.option_no_enabled_rating_system); in getDescription()129 private static void setDefaultRatingSystemsIfNeeded(MainActivity tvActivity) { in setDefaultRatingSystemsIfNeeded() argument130 if (TvSettings.isContentRatingSystemSet(tvActivity)) { in setDefaultRatingSystemsIfNeeded()135 tvActivity.getContentRatingsManager().getContentRatingSystems(); in setDefaultRatingSystemsIfNeeded()136 ContentRatingsManager manager = tvActivity.getContentRatingsManager(); in setDefaultRatingSystemsIfNeeded()137 ParentalControlSettings settings = tvActivity.getParentalControlSettings(); in setDefaultRatingSystemsIfNeeded()
131 final MainActivity tvActivity = getMainActivity(); in getItemList()132 tvActivity.getOverlayManager().getSideFragmentManager().hideSidePanel(true); in getItemList()140 tvActivity.getOverlayManager().getSideFragmentManager() in getItemList()144 tvActivity.getOverlayManager().showDialogFragment(PinDialogFragment.DIALOG_TAG, in getItemList()
82 public static String getDescription(MainActivity tvActivity) { in getDescription() argument84 tvActivity.getParentalControlSettings().getContentRatingLevel(); in getDescription()86 return tvActivity.getString(sLevelResourceIdMap.get(currentLevel)); in getDescription()
38 public static String getDescription(MainActivity tvActivity) { in getDescription() argument39 return RatingsFragment.getDescription(tvActivity); in getDescription()
97 final MainActivity tvActivity = (MainActivity) view.getContext();98 final Channel channel = tvActivity.getChannelDataManager().getChannel(entry.channelId);103 tvActivity.tuneToChannel(channel);104 tvActivity.hideOverlaysForTune();114 if (DvrUiHelper.checkStorageStatusAndShowErrorMessage(tvActivity,116 && DvrUiHelper.handleCreateSchedule(tvActivity, entry.program)) {
85 MainActivity tvActivity = getMainActivity(); in updateSelectInputAction() local86 PipInput newInput = tvActivity.getPipInputManager().getPipInput(tvActivity.getPipChannel()); in updateSelectInputAction()
125 final MainActivity tvActivity = getMainActivity(); in getItemList()126 final SideFragmentManager sideFragmentManager = tvActivity.getOverlayManager() in getItemList()143 tvActivity.getOverlayManager() in getItemList()
118 MainActivity tvActivity = getMainActivity(); in onCreateView() local120 mLastFocusedChannelId != tvActivity.getCurrentChannelId()) { in onCreateView()121 tvActivity.tuneToChannel(getChannelDataManager().getChannel(mLastFocusedChannelId)); in onCreateView()