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

  /frameworks/base/media/java/android/media/tv/
TvContentRatingSystemInfo.aidl 19 parcelable TvContentRatingSystemInfo
TvContentRatingSystemInfo.java 27 * TvContentRatingSystemInfo class provides information about a specific TV content rating system
33 public final class TvContentRatingSystemInfo implements Parcelable {
39 * Creates a TvContentRatingSystemInfo object with given resource ID and receiver info.
46 public static final TvContentRatingSystemInfo createTvContentRatingSystemInfo(int xmlResourceId,
53 return new TvContentRatingSystemInfo(uri, applicationInfo);
56 private TvContentRatingSystemInfo(Uri xmlUri, ApplicationInfo applicationInfo) {
83 public static final Parcelable.Creator<TvContentRatingSystemInfo> CREATOR =
84 new Parcelable.Creator<TvContentRatingSystemInfo>() {
86 public TvContentRatingSystemInfo createFromParcel(Parcel in) {
87 return new TvContentRatingSystemInfo(in)
    [all...]
ITvInputManager.aidl 28 import android.media.tv.TvContentRatingSystemInfo;
48 List<TvContentRatingSystemInfo> getTvContentRatingSystemList(int userId);
TvInputManager.java     [all...]
  /packages/apps/TV/src/com/android/tv/parental/
ContentRatingsManager.java 21 import android.media.tv.TvContentRatingSystemInfo;
47 List<TvContentRatingSystemInfo> infos = mTvInputManager.getTvContentRatingSystemList();
48 for (TvContentRatingSystemInfo info : infos) {
ContentRatingsParser.java 24 import android.media.tv.TvContentRatingSystemInfo;
68 public List<ContentRatingSystem> parse(TvContentRatingSystemInfo info) {
  /packages/apps/TV/tests/common/src/com/android/tv/testing/
FakeTvInputManager.java 19 import android.media.tv.TvContentRatingSystemInfo;
113 public List<TvContentRatingSystemInfo> getTvContentRatingSystemList() {
  /packages/apps/TV/src/com/android/tv/util/
TvInputManagerHelper.java 24 import android.media.tv.TvContentRatingSystemInfo;
65 List<TvContentRatingSystemInfo> getTvContentRatingSystemList();
101 public List<TvContentRatingSystemInfo> getTvContentRatingSystemList() {
  /frameworks/base/services/core/java/com/android/server/tv/
TvInputManagerService.java 53 import android.media.tv.TvContentRatingSystemInfo;
372 TvContentRatingSystemInfo.createTvContentRatingSystemInfo(xmlResId,
    [all...]
  /prebuilts/sdk/system_23/
android.jar 

Completed in 1204 milliseconds