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

/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.java1105 public void removeBlockedRating(String rating, int userId) { method in class:TvInputManagerService.BinderService
1108 Binder.getCallingUid(), userId, "removeBlockedRating");
1113 userState.persistentDataStore.removeBlockedRating(
/frameworks/base/media/java/android/media/tv/
H A DTvInputManager.java1343 * @see #removeBlockedRating
1367 public void removeBlockedRating(@NonNull TvContentRating rating) { method in class:TvInputManager
1370 mService.removeBlockedRating(rating.flattenToString(), mUserId);

Completed in 82 milliseconds