diff --git a/media/java/android/media/tv/TvContentRating.java b/media/java/android/media/tv/TvContentRating.java
index c539290d0ab06..596155e44edfb 100644
--- a/media/java/android/media/tv/TvContentRating.java
+++ b/media/java/android/media/tv/TvContentRating.java
@@ -167,6 +167,14 @@ import java.util.Objects;
*
TV content rating system for Brazil |
*
*
+ * | CA_TV_EN |
+ * TV content rating system for Canada (English) |
+ *
+ *
+ * | CA_TV_FR |
+ * TV content rating system for Canada (French) |
+ *
+ *
* | DVB |
* DVB content rating system |
*
@@ -191,6 +199,10 @@ import java.util.Objects;
* TV content rating system for Singapore |
*
*
+ * | US_MV |
+ * Movie content rating system for the United States |
+ *
+ *
* | US_TV |
* TV content rating system for the United States |
*
@@ -286,6 +298,60 @@ import java.util.Objects;
* Content suitable for viewers over the age of 18 |
*
*
+ * | CA_TV_EN |
+ * CA_TV_EN_EXEMPT |
+ * Exempt from ratings |
+ *
+ *
+ * | CA_TV_EN_C |
+ * Suitable for children ages 2–7 |
+ *
+ *
+ * | CA_TV_EN_C8 |
+ * Suitable for children ages 8 and older |
+ *
+ *
+ * | CA_TV_EN_G |
+ * Suitable for the entire family |
+ *
+ *
+ * | CA_TV_EN_PG |
+ * May contain moderate violence, profanity, nudity, and sexual references |
+ *
+ *
+ * | CA_TV_EN_14 |
+ * Intended for viewers ages 14 and older |
+ *
+ *
+ * | CA_TV_EN_18 |
+ * Intended for viewers ages 18 and older |
+ *
+ *
+ * | CA_TV_FR |
+ * CA_TV_FR_E |
+ * Exempt from ratings |
+ *
+ *
+ * | CA_TV_FR_G |
+ * Appropriate for all ages |
+ *
+ *
+ * | CA_TV_FR_8 |
+ * Appropriate for children 8 |
+ *
+ *
+ * | CA_TV_FR_13 |
+ * Suitable for children 13 |
+ *
+ *
+ * | CA_TV_FR_16 |
+ * Recommended for children over the age of 16 |
+ *
+ *
+ * | CA_TV_FR_18 |
+ * Only to be viewed by adults |
+ *
+ *
* | DVB |
* DVB_4 |
* Recommended for ages 4 and over |
@@ -604,6 +670,27 @@ import java.util.Objects;
* Suitable for adults aged 21 and above |
*
*
+ * | US_MV |
+ * US_MV_G |
+ * General audiences |
+ *
+ *
+ * | US_MV_PG |
+ * Parental guidance suggested |
+ *
+ *
+ * | US_MV_PG13 |
+ * Parents strongly cautioned |
+ *
+ *
+ * | US_MV_R |
+ * Restricted, under 17 requires accompanying parent or adult guardian |
+ *
+ *
+ * | US_MV_NC17 |
+ * No one 17 and under admitted |
+ *
+ *
* | US_TV |
* US_TV_Y |
* This program is designed to be appropriate for all children |