diff --git a/media/java/android/media/tv/TvContentRating.java b/media/java/android/media/tv/TvContentRating.java
index 6197c707c7522..5babb1698c855 100644
--- a/media/java/android/media/tv/TvContentRating.java
+++ b/media/java/android/media/tv/TvContentRating.java
@@ -17,7 +17,6 @@
package android.media.tv;
import android.annotation.NonNull;
-import android.annotation.SystemApi;
import android.text.TextUtils;
import com.android.internal.util.Preconditions;
@@ -179,6 +178,10 @@ import java.util.Objects;
*
TV content rating system for Canada (French) |
*
*
+ * | DTMB |
+ * DTMB content rating system |
+ *
+ *
* | DVB |
* DVB content rating system |
*
@@ -199,10 +202,18 @@ import java.util.Objects;
* TV content rating system for South Korea |
*
*
+ * | NZ_TV |
+ * TV content rating system for New Zealand |
+ *
+ *
* | SG_TV |
* TV content rating system for Singapore |
*
*
+ * | TH_TV |
+ * TV content rating system for Thailand |
+ *
+ *
* | US_MV |
* Movie content rating system for the United States |
*
@@ -356,6 +367,67 @@ import java.util.Objects;
* Only to be viewed by adults |
*
*
+ * | DTMB |
+ * DTMB_4 |
+ * Recommended for ages 4 and over |
+ *
+ *
+ * | DTMB_5 |
+ * Recommended for ages 5 and over |
+ *
+ *
+ * | DTMB_6 |
+ * Recommended for ages 6 and over |
+ *
+ *
+ * | DTMB_7 |
+ * Recommended for ages 7 and over |
+ *
+ *
+ * | DTMB_8 |
+ * Recommended for ages 8 and over |
+ *
+ *
+ * | DTMB_9 |
+ * Recommended for ages 9 and over |
+ *
+ *
+ * | DTMB_10 |
+ * Recommended for ages 10 and over |
+ *
+ *
+ * | DTMB_11 |
+ * Recommended for ages 11 and over |
+ *
+ *
+ * | DTMB_12 |
+ * Recommended for ages 12 and over |
+ *
+ *
+ * | DTMB_13 |
+ * Recommended for ages 13 and over |
+ *
+ *
+ * | DTMB_14 |
+ * Recommended for ages 14 and over |
+ *
+ *
+ * | DTMB_15 |
+ * Recommended for ages 15 and over |
+ *
+ *
+ * | DTMB_16 |
+ * Recommended for ages 16 and over |
+ *
+ *
+ * | DTMB_17 |
+ * Recommended for ages 17 and over |
+ *
+ *
+ * | DTMB_18 |
+ * Recommended for ages 18 and over |
+ *
+ *
* | DVB |
* DVB_4 |
* Recommended for ages 4 and over |
@@ -648,6 +720,22 @@ import java.util.Objects;
* For adults only |
*
*
+ * | NZ_TV |
+ * NZ_TV_G |
+ * Programmes which exclude material likely to be unsuitable for children. Programmes
+ * may not necessarily be designed for child viewers but should not contain material likely
+ * to alarm or distress them |
+ *
+ *
+ * | NZ_TV_PGR |
+ * Programmes containing material more suited for mature audiences but not necessarily
+ * unsuitable for child viewers when subject to the guidance of a parent or an adult |
+ *
+ *
+ * | NZ_TV_AO |
+ * Programmes containing adult themes and directed primarily at mature audiences |
+ *
+ *
* | SG_TV |
* SG_TV_G |
* Suitable for all ages |
@@ -674,6 +762,31 @@ import java.util.Objects;
* Suitable for adults aged 21 and above |
*
*
+ * | TH_TV |
+ * TH_TV_4 |
+ * Suitable for audiences 3 to 5 years of age |
+ *
+ *
+ * | TH_TV_6 |
+ * Suitable for audiences 6 to 12 years of age |
+ *
+ *
+ * | TH_TV_10 |
+ * Suitable for all audiences |
+ *
+ *
+ * | TH_TV_13 |
+ * Parental guidance suggested for viewers age below 13 |
+ *
+ *
+ * | TH_TV_18 |
+ * Parental guidance suggested for viewers age below 18 |
+ *
+ *
+ * | TH_TV_19 |
+ * Not suitable for children and teenagers |
+ *
+ *
* | US_MV |
* US_MV_G |
* General audiences |