Searched defs:removeBlockedRating (Results 1 - 3 of 3) sorted by path

/frameworks/base/media/java/android/media/tv/
H A DTvInputManager.java1352 * @see #removeBlockedRating
1376 public void removeBlockedRating(@NonNull TvContentRating rating) { method in class:TvInputManager
1379 mService.removeBlockedRating(rating.flattenToString(), mUserId);
/frameworks/base/services/core/java/com/android/server/tv/
H A DPersistentDataStore.java137 public void removeBlockedRating(TvContentRating rating) { method in class:PersistentDataStore
H A DTvInputManagerService.java1117 public void removeBlockedRating(String rating, int userId) { method in class:TvInputManagerService.BinderService
1120 Binder.getCallingUid(), userId, "removeBlockedRating");
1125 userState.persistentDataStore.removeBlockedRating(

Completed in 101 milliseconds