HomeSort by relevance Sort by last modified time
    Searched refs:getBlockedRatings (Results 1 - 8 of 8) sorted by null

  /packages/apps/TV/src/com/android/tv/parental/
ParentalControlSettings.java 43 // mRatings is expected to be synchronized with mTvInputManager.getBlockedRatings().
71 for (TvContentRating tvContentRating : mTvInputManager.getBlockedRatings()) {
86 mRatings = new HashSet<>(mTvInputManager.getBlockedRatings());
90 Set<TvContentRating> removed = new HashSet<>(mTvInputManager.getBlockedRatings());
97 added.removeAll(mTvInputManager.getBlockedRatings());
  /frameworks/base/media/java/android/media/tv/
ITvInputManager.aidl 56 List<String> getBlockedRatings(int userId);
TvInputManager.java     [all...]
  /frameworks/base/services/core/java/com/android/server/tv/
PersistentDataStore.java 123 public TvContentRating[] getBlockedRatings() {
TvInputManagerService.java     [all...]
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_23/
android.jar 

Completed in 176 milliseconds