Searched refs:tvActivity (Results 1 – 6 of 6) sorted by relevance
44 public static String getDescription(MainActivity tvActivity) { in getDescription() argument45 setDefaultRatingSystemsIfNeeded(tvActivity); in getDescription()48 tvActivity.getContentRatingsManager().getContentRatingSystems(); in getDescription()52 if (!tvActivity.getParentalControlSettings().isContentRatingSystemEnabled(s)) { in getDescription()60 : tvActivity.getString(R.string.option_no_enabled_rating_system); in getDescription()130 private static void setDefaultRatingSystemsIfNeeded(MainActivity tvActivity) { in setDefaultRatingSystemsIfNeeded() argument131 if (TvSettings.isContentRatingSystemSet(tvActivity)) { in setDefaultRatingSystemsIfNeeded()136 tvActivity.getContentRatingsManager().getContentRatingSystems(); in setDefaultRatingSystemsIfNeeded()137 ContentRatingsManager manager = tvActivity.getContentRatingsManager(); in setDefaultRatingSystemsIfNeeded()138 ParentalControlSettings settings = tvActivity.getParentalControlSettings(); in setDefaultRatingSystemsIfNeeded()
143 final MainActivity tvActivity = getMainActivity(); in getItemList()144 tvActivity.getOverlayManager().getSideFragmentManager().hideSidePanel(true); in getItemList()147 tvActivity in getItemList()
38 public static String getDescription(MainActivity tvActivity) { in getDescription() argument39 return RatingsFragment.getDescription(tvActivity); in getDescription()
81 public static String getDescription(MainActivity tvActivity) { in getDescription() argument83 int currentLevel = tvActivity.getParentalControlSettings().getContentRatingLevel(); in getDescription()85 return tvActivity.getString(sLevelResourceIdMap.get(currentLevel)); in getDescription()
101 final MainActivity tvActivity = (MainActivity) view.getContext();103 tvActivity.getChannelDataManager().getChannel(entry.channelId);107 tvActivity.tuneToChannel(channel);108 tvActivity.hideOverlaysForTune();123 tvActivity,127 tvActivity, entry.program, false));
126 MainActivity tvActivity = getMainActivity(); in onCreateView() local128 && mLastFocusedChannelId != tvActivity.getCurrentChannelId()) { in onCreateView()129 tvActivity.tuneToChannel(getChannelDataManager().getChannel(mLastFocusedChannelId)); in onCreateView()