Searched refs:removeBlockedRating (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/media/java/android/media/tv/
H A DITvInputManager.aidl56 void removeBlockedRating(in String rating, int userId);
H A DTvInputManager.java1092 * @see #removeBlockedRating
1114 public void removeBlockedRating(@NonNull TvContentRating rating) { method in class:TvInputManager
1117 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.java979 public void removeBlockedRating(String rating, int userId) { method in class:TvInputManagerService.BinderService
982 Binder.getCallingUid(), userId, "removeBlockedRating");
987 userState.persistentDataStore.removeBlockedRating(

Completed in 34 milliseconds