Home
last modified time | relevance | path

Searched defs:ratings (Results 1 – 13 of 13) sorted by relevance

/aosp12/packages/apps/TV/src/com/android/tv/parental/
H A DContentRatingLevelPolicy.java52 Set<TvContentRating> ratings = new HashSet<>(); in getRatingsForAge() local
H A DParentalControlSettings.java171 public TvContentRating getBlockedRating(ImmutableList<TvContentRating> ratings) { in getBlockedRating()
207 public boolean isRatingBlocked(ImmutableList<TvContentRating> ratings) { in isRatingBlocked()
H A DContentRatingSystem.java163 List<Rating> ratings, in ContentRatingSystem()
285 List<Rating> ratings = new ArrayList<>(); in build() local
531 private Order build(List<Rating> ratings) { in build()
/aosp12/packages/apps/TV/src/com/android/tv/search/
H A DDataManagerSearch.java308 private boolean isRatingBlocked(ImmutableList<TvContentRating> ratings) { in isRatingBlocked()
H A DTvProviderSearch.java481 private boolean isRatingBlocked(String ratings) { in isRatingBlocked()
/aosp12/packages/apps/TV/tests/robotests/src/com/android/tv/data/
H A DProgramTest.java106 ImmutableList<TvContentRating> ratings = in testParcelable() local
/aosp12/packages/apps/TV/src/com/android/tv/dvr/ui/browse/
H A DDvrDetailsFragment.java226 ImmutableList<TvContentRating> ratings = recordedProgram.getContentRatings(); in startPlayback() local
/aosp12/frameworks/base/media/java/android/media/tv/
H A DTvInputManager.java1478 List<TvContentRating> ratings = new ArrayList<>(); in getBlockedRatings() local
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/data/
H A DPsipData.java611 public ParentalRatingDescriptor(HashMap<String, Integer> ratings) { in ParentalRatingDescriptor()
H A DSectionParser.java1968 HashMap<String, Integer> ratings = new HashMap<>(); in parseDvbParentalRating() local
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/
H A DTunerSessionWorker.java2059 ImmutableList<TvContentRating> ratings = in getContentRatingOfCurrentProgramBlocked() local
H A DTunerSessionWorkerExoV2.java1983 ImmutableList<TvContentRating> ratings = in getContentRatingOfCurrentProgramBlocked() local
/aosp12/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputManagerService.java1322 List<String> ratings = new ArrayList<>(); in getBlockedRatings() local