FileDocCategorySizeDatePackage
TvContentRatingSystemInfo.javaAPI DocAndroid 5.1 API726Sat Mar 14 14:10:00 GMT 2015android.media.tv

TvContentRatingSystemInfo.java

package android.media.tv;
public final class TvContentRatingSystemInfo
  implements android.os.Parcelable
{
TvContentRatingSystemInfo() { throw new RuntimeException("Stub!"); }
public static final  android.media.tv.TvContentRatingSystemInfo createTvContentRatingSystemInfo(int xmlResourceId, android.content.pm.ApplicationInfo applicationInfo) { throw new RuntimeException("Stub!"); }
public final  boolean isSystemDefined() { throw new RuntimeException("Stub!"); }
public final  android.net.Uri getXmlUri() { throw new RuntimeException("Stub!"); }
public  void writeToParcel(android.os.Parcel dest, int flags) { throw new RuntimeException("Stub!"); }
public  int describeContents() { throw new RuntimeException("Stub!"); }
}