Searched refs:mContentRatings (Results 1 - 3 of 3) sorted by relevance

/packages/apps/TV/src/com/android/tv/data/
H A DProgram.java133 private TvContentRating[] mContentRatings; field in class:Program
220 return mContentRatings;
267 mPosterArtUri, mThumbnailUri, Arrays.hashCode(mContentRatings),
287 && Arrays.equals(mContentRatings, program.mContentRatings)
314 .append(TvContentRatingCache.contentRatingsToString(mContentRatings))
344 mContentRatings = other.mContentRatings;
430 mProgram.mContentRatings = contentRatings;
/packages/apps/TV/tests/common/src/com/android/tv/testing/
H A DProgramInfo.java250 private TvContentRating[] mContentRatings; field in class:ProgramInfo.Builder
290 mContentRatings = contentRatings;
306 mDescription, mDurationMs, mContentRatings, mGenre, mResourceUri);
/packages/apps/TV/usbtuner/src/com/android/usbtuner/tvinput/
H A DTunerRecordingSessionWorker.java384 private String mContentRatings; field in class:TunerRecordingSessionWorker.Program
418 mContentRatings = cursor.getString(index++);
435 mContentRatings = null;
461 values.put(PROJECTION[9], mContentRatings);

Completed in 118 milliseconds