Home
last modified time | relevance | path

Searched refs:removeBlockedRating (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/media/java/android/media/tv/
DITvInputManager.aidl58 void removeBlockedRating(in String rating, int userId); in removeBlockedRating() method
DTvInputManager.java1389 public void removeBlockedRating(@NonNull TvContentRating rating) { in removeBlockedRating() method in TvInputManager
1392 mService.removeBlockedRating(rating.flattenToString(), mUserId); in removeBlockedRating()
/frameworks/base/services/core/java/com/android/server/tv/
DPersistentDataStore.java137 public void removeBlockedRating(TvContentRating rating) { in removeBlockedRating() method in PersistentDataStore
DTvInputManagerService.java1130 public void removeBlockedRating(String rating, int userId) { in removeBlockedRating() method in TvInputManagerService.BinderService
1138 userState.persistentDataStore.removeBlockedRating( in removeBlockedRating()
/frameworks/base/api/
Dsystem-current.txt4180 …(android.Manifest.permission.MODIFY_PARENTAL_CONTROLS) public void removeBlockedRating(@NonNull an…
/frameworks/base/non-updatable-api/
Dsystem-current.txt4180 …(android.Manifest.permission.MODIFY_PARENTAL_CONTROLS) public void removeBlockedRating(@NonNull an…
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt41052 Landroid/media/tv/ITvInputManager$Stub$Proxy;->removeBlockedRating(Ljava/lang/String;I)V
41145 Landroid/media/tv/ITvInputManager;->removeBlockedRating(Ljava/lang/String;I)V