/packages/apps/TV/src/com/android/tv/parental/ |
D | ContentRatingSystem.java | 163 List<Rating> ratings, in ContentRatingSystem() argument 173 mRatings = ratings; in ContentRatingSystem() 285 List<Rating> ratings = new ArrayList<>(); in build() local 288 ratings.add(builder.build(subRatings)); in build() 294 for (Rating rating : ratings) { in build() 309 orders.add(builder.build(ratings)); in build() 320 ratings, in build() 531 private Order build(List<Rating> ratings) { in build() argument 535 for (Rating rating : ratings) { in build()
|
D | ParentalControlSettings.java | 171 public TvContentRating getBlockedRating(ImmutableList<TvContentRating> ratings) { in getBlockedRating() argument 172 if (ratings == null || ratings.isEmpty()) { in getBlockedRating() 177 for (TvContentRating rating : ratings) { in getBlockedRating() 207 public boolean isRatingBlocked(ImmutableList<TvContentRating> ratings) { in isRatingBlocked() argument 208 return getBlockedRating(ratings) != null; in isRatingBlocked()
|
D | ContentRatingLevelPolicy.java | 52 Set<TvContentRating> ratings = new HashSet<>(); in getRatingsForAge() local 71 ratings.add(tvContentRating); in getRatingsForAge() 77 ratings.add(tvContentRating); in getRatingsForAge() 82 return ratings; in getRatingsForAge()
|
/packages/apps/TV/src/com/android/tv/search/ |
D | DataManagerSearch.java | 308 private boolean isRatingBlocked(ImmutableList<TvContentRating> ratings) { in isRatingBlocked() argument 309 if (ratings == null || ratings.isEmpty() || !mTvInputManager.isParentalControlsEnabled()) { in isRatingBlocked() 312 for (TvContentRating rating : ratings) { in isRatingBlocked()
|
D | TvProviderSearch.java | 481 private boolean isRatingBlocked(String ratings) { in isRatingBlocked() argument 482 if (TextUtils.isEmpty(ratings) || !mTvInputManager.isParentalControlsEnabled()) { in isRatingBlocked() 485 ImmutableList<TvContentRating> ratingArray = mTvContentRatingCache.getRatings(ratings); in isRatingBlocked()
|
/packages/apps/TV/src/com/android/tv/ui/ |
D | ChannelBannerView.java | 752 ImmutableList<TvContentRating> ratings = 755 if (ratings != null) { 756 for (int i = 0; i < ratings.size(); i++) { 760 ratings.get(i)))) { 762 mContentRatingsManager.getDisplayNameForRating(ratings.get(i)));
|
/packages/apps/TV/tests/robotests/src/com/android/tv/data/ |
D | ProgramTest.java | 106 ImmutableList<TvContentRating> ratings = in testParcelable() local 131 .setContentRatings(ratings) in testParcelable()
|
/packages/apps/TV/src/com/android/tv/dvr/ui/browse/ |
D | DvrDetailsFragment.java | 226 ImmutableList<TvContentRating> ratings = recordedProgram.getContentRatings(); in startPlayback() local 227 TvContentRating blockRatings = parental.getBlockedRating(ratings); in startPlayback()
|
/packages/apps/Dialer/java/com/android/voicemail/impl/transcribe/grpc/ |
D | voicemail_transcription.proto | 156 // Request for uploading transcription ratings. 163 // Response for uploading transcription ratings
|
/packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/ |
D | TunerSessionWorkerExoV2.java | 1983 ImmutableList<TvContentRating> ratings = in getContentRatingOfCurrentProgramBlocked() local 1985 if ((ratings == null || ratings.isEmpty())) { in getContentRatingOfCurrentProgramBlocked() 1987 ratings = ImmutableList.of(TvContentRating.UNRATED); in getContentRatingOfCurrentProgramBlocked() 1989 ratings = NO_CONTENT_RATINGS; in getContentRatingOfCurrentProgramBlocked() 1992 for (TvContentRating rating : ratings) { in getContentRatingOfCurrentProgramBlocked()
|
D | TunerSessionWorker.java | 2059 ImmutableList<TvContentRating> ratings = in getContentRatingOfCurrentProgramBlocked() local 2061 if ((ratings == null || ratings.isEmpty())) { in getContentRatingOfCurrentProgramBlocked() 2063 ratings = ImmutableList.of(TvContentRating.UNRATED); in getContentRatingOfCurrentProgramBlocked() 2065 ratings = NO_CONTENT_RATINGS; in getContentRatingOfCurrentProgramBlocked() 2068 for (TvContentRating rating : ratings) { in getContentRatingOfCurrentProgramBlocked()
|
/packages/apps/TV/ratings/ |
D | Android.bp | 20 name: "tv-ratings-resources",
|
/packages/apps/TV/tuner/src/com/android/tv/tuner/data/ |
D | PsipData.java | 611 public ParentalRatingDescriptor(HashMap<String, Integer> ratings) { in ParentalRatingDescriptor() argument 612 mRatings = ratings; in ParentalRatingDescriptor()
|
D | SectionParser.java | 1968 HashMap<String, Integer> ratings = new HashMap<>(); in parseDvbParentalRating() local 1978 ratings.put(countryCode, rating + 3); in parseDvbParentalRating() 1980 return new ParentalRatingDescriptor(ratings); in parseDvbParentalRating()
|
/packages/apps/TV/ |
D | build.gradle | 66 res.srcDirs = ['res', 'material_res', 'ratings/res']
|
D | Android.bp | 94 "tv-ratings-resources",
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
D | en_US_wordlist.combined.gz |
|
D | nl_wordlist.combined.gz | 1dictionary=main:nl,locale=nl,description=Nederlands,date=1414726258, ... |
D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |
D | da_wordlist.combined.gz | 1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ... |
D | de_wordlist.combined.gz |
|
D | fr_wordlist.combined.gz | 1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ... |