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

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

Completed in 80 milliseconds