Searched refs:rating (Results 26 - 27 of 27) sorted by relevance

12

/frameworks/support/v4/java/android/support/v4/media/session/
H A DMediaSessionCompat.java353 * Set the style of rating used by this session. Apps trying to set the
354 * rating should use this style. Must be one of the following:
560 * @param rating
562 public void onSetRating(RatingCompat rating) { argument
1622 public void rate(RatingCompat rating) throws RemoteException { argument
1623 mHandler.post(MessageHandler.MSG_RATE, rating);
/frameworks/base/media/java/android/media/tv/
H A DTvInputService.java479 * with the content rating for the current program. Then the {@link TvInputManager} makes a
481 * result. If the rating in question turns out to be allowed by the user, the TV input
520 * with the content rating for the current program. Then the {@link TvInputManager} makes a
522 * result. If the rating in question turns out to be blocked, the TV input service must
523 * immediately block the content and call this method with the content rating of the current
533 * @param rating The content rating for the current TV program.
537 public void notifyContentBlocked(final TvContentRating rating) { argument
544 mSessionCallback.onContentBlocked(rating.flattenToString());
696 * Requests to unblock the content according to the given rating
[all...]

Completed in 3492 milliseconds

12