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

/frameworks/base/media/java/android/media/tv/
H A DITvInputManager.aidl54 List<String> getBlockedRatings(int userId);
H A DTvInputManager.java1075 public List<TvContentRating> getBlockedRatings() { method in class:TvInputManager
1078 for (String rating : mService.getBlockedRatings(mUserId)) {
/frameworks/base/services/core/java/com/android/server/tv/
H A DPersistentDataStore.java123 public TvContentRating[] getBlockedRatings() { method in class:PersistentDataStore
H A DTvInputManagerService.java942 public List<String> getBlockedRatings(int userId) { method in class:TvInputManagerService.BinderService
944 Binder.getCallingUid(), userId, "getBlockedRatings");
951 : userState.persistentDataStore.getBlockedRatings()) {

Completed in 119 milliseconds