Home
last modified time | relevance | path

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

/packages/apps/TV/tests/unit/src/com/android/tv/common/
DTvContentRatingCacheTest.java37 public static final String MA_AND_Y7 = TvContentRatingConstants.STRING_US_TV_MA + ","
44 + TvContentRatingConstants.STRING_US_TV_MA;
60 TvContentRating[] result = mCache.getRatings(TvContentRatingConstants.STRING_US_TV_MA); in testGetRatings_US_TV_MA()
65 TvContentRating[] first = mCache.getRatings(TvContentRatingConstants.STRING_US_TV_MA); in testGetRatings_US_TV_MA_same()
66 TvContentRating[] second = mCache.getRatings(TvContentRatingConstants.STRING_US_TV_MA); in testGetRatings_US_TV_MA_same()
71 TvContentRating[] first = mCache.getRatings(TvContentRatingConstants.STRING_US_TV_MA); in testGetRatings_US_TV_MA_diffAfterClear()
73 TvContentRating[] second = mCache.getRatings(TvContentRatingConstants.STRING_US_TV_MA); in testGetRatings_US_TV_MA_diffAfterClear()
96 assertEquals("ratings string", TvContentRatingConstants.STRING_US_TV_MA, result); in testContentRatingsToString_one()
117 assertEquals("ratings string", TvContentRatingConstants.STRING_US_TV_MA, result); in testContentRatingsToString_double()
162 TvContentRatingConstants.STRING_US_TV_MA + "," in testStringToContentRatings_double()
[all …]
/packages/apps/TV/tests/common/src/com/android/tv/testing/
DTvContentRatingConstants.java48 public static String STRING_US_TV_MA = "com.android.tv/US_TV/US_TV_MA"; field in TvContentRatingConstants