Home
last modified time | relevance | path

Searched refs:STRING_US_TV_Y7_US_TV_FV (Results 1 – 2 of 2) sorted by relevance

/packages/apps/TV/tests/unit/src/com/android/tv/common/
DTvContentRatingCacheTest.java38 + TvContentRatingConstants.STRING_US_TV_Y7_US_TV_FV;
43 public static final String Y7_AND_MA = TvContentRatingConstants.STRING_US_TV_Y7_US_TV_FV + ","
134 .stringToContentRatings(TvContentRatingConstants.STRING_US_TV_Y7_US_TV_FV + ",bad"); in testStringToContentRatings_oneGoodOneBad()
141 .stringToContentRatings(TvContentRatingConstants.STRING_US_TV_Y7_US_TV_FV); in testStringToContentRatings_one()
/packages/apps/TV/tests/common/src/com/android/tv/testing/
DTvContentRatingConstants.java36 public static String STRING_US_TV_Y7_US_TV_FV = "com.android.tv/US_TV/US_TV_Y7/US_TV_FV"; field in TvContentRatingConstants