Home
last modified time | relevance | path

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

/developers/build/prebuilts/androidtv/sample-inputs/app/src/main/java/com/example/android/sampletvinput/
DTvContractUtils.java223 TvContentRating[] ratings = stringToContentRatings(cursor.getString(2)); in getProgramPlaybackInfo()
303 public static TvContentRating[] stringToContentRatings(String commaSeparatedRatings) { in stringToContentRatings() method in TvContractUtils
/developers/build/prebuilts/androidtv/sample-inputs/app/src/main/java/com/example/android/sampletvinput/rich/
DChannelXMLParser.java197 TvContractUtils.stringToContentRatings(contentRatings), videoUrl, videoType, 0); in parseProgram()