HomeSort by relevance Sort by last modified time
    Searched defs:ratings (Results 1 - 6 of 6) sorted by null

  /packages/apps/TV/src/com/android/tv/parental/
ContentRatingLevelPolicy.java 53 Set<TvContentRating> ratings = new HashSet<>(); local
70 ratings.add(tvContentRating);
75 ratings.add(tvContentRating);
80 return ratings;
ContentRatingSystem.java 66 // Ordered list of main content ratings. UX should respect the order.
69 // Ordered list of sub content ratings. UX should respect the order.
72 // List of orders. This describes the automatic lock/unlock relationship between ratings.
134 * Returns true if the ratings is owned by this content rating system.
156 String displayName, List<Rating> ratings, List<SubRating> subRatings,
164 mRatings = ratings;
224 // To provide easy access to the Ratings in it,
228 // at this moment. Keep builders here and build it with Ratings later.
276 List<Rating> ratings = new ArrayList<>(); local
279 ratings.add(builder.build(subRatings))
    [all...]
  /developers/build/prebuilts/androidtv/sample-inputs/app/src/main/java/com/example/android/sampletvinput/
TvContractUtils.java 223 TvContentRating[] ratings = stringToContentRatings(cursor.getString(2)); local
228 ratings));
307 String[] ratings = commaSeparatedRatings.split("\\s*,\\s*"); local
308 TvContentRating[] contentRatings = new TvContentRating[ratings.length];
310 contentRatings[i] = TvContentRating.unflattenFromString(ratings[i]);
320 StringBuilder ratings = new StringBuilder(contentRatings[0].flattenToString()); local
322 ratings.append(DELIMITER);
323 ratings.append(contentRatings[i].flattenToString());
325 return ratings.toString();
  /frameworks/base/media/java/android/media/tv/
TvInputManager.java 254 * Broadcast intent action when the user blocked content ratings change. For use with the
295 * &lt;rating-system-definition&gt;</code> element specifies the ratings, sub-ratings and rating
1328 List<TvContentRating> ratings = new ArrayList<>(); local
    [all...]
  /packages/apps/TV/usbtuner/src/com/android/usbtuner/tvinput/
TunerSessionWorker.java 1412 TvContentRating[] ratings = mTvContentRatingCache local
    [all...]
  /frameworks/base/services/core/java/com/android/server/tv/
TvInputManagerService.java 1075 List<String> ratings = new ArrayList<>(); local
    [all...]

Completed in 704 milliseconds