aboutsummaryrefslogtreecommitdiff
path: root/tests/common/src/com/android/tv/testing/TvContentRatingConstants.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/common/src/com/android/tv/testing/TvContentRatingConstants.java')
-rw-r--r--tests/common/src/com/android/tv/testing/TvContentRatingConstants.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/common/src/com/android/tv/testing/TvContentRatingConstants.java b/tests/common/src/com/android/tv/testing/TvContentRatingConstants.java
index 0795a89c..71af8297 100644
--- a/tests/common/src/com/android/tv/testing/TvContentRatingConstants.java
+++ b/tests/common/src/com/android/tv/testing/TvContentRatingConstants.java
@@ -33,6 +33,8 @@ public final class TvContentRatingConstants {
public static final TvContentRating CONTENT_RATING_US_TV_Y7_US_TV_FV =
TvContentRating.createRating("com.android.tv", "US_TV", "US_TV_Y7", "US_TV_FV");
+ public static String STRING_US_TV_Y7_US_TV_FV = "com.android.tv/US_TV/US_TV_Y7/US_TV_FV";
+
/**
* A content rating object.
*
@@ -43,6 +45,8 @@ public final class TvContentRatingConstants {
public static final TvContentRating CONTENT_RATING_US_TV_MA =
TvContentRating.createRating("com.android.tv", "US_TV", "US_TV_MA");
+ public static String STRING_US_TV_MA = "com.android.tv/US_TV/US_TV_MA";
+
/**
* A content rating object.
*
@@ -54,4 +58,7 @@ public final class TvContentRatingConstants {
public static final TvContentRating CONTENT_RATING_US_TV_PG_US_TV_L_US_TV_S =
TvContentRating.createRating("com.android.tv", "US_TV", "US_TV_PG", "US_TV_L",
"US_TV_S");
+
+ public static String STRING_US_TV_PG_US_TV_L_US_TV_S
+ = "com.android.tv/US_TV/US_TV_Y7/US_TV_L/US_TV_S";
}