Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/dvr/
DRecordedProgram.java159 values.put(RecordedPrograms.COLUMN_CONTENT_RATING, recordedProgram.mContentRating); in toValues()
204 private String mContentRating; field in RecordedProgram.Builder
330 mContentRating = contentRating; in setContentRating()
415 mLongDescription, mVideoWidth, mVideoHeight, mAudioLanguage, mContentRating, in build()
491 private final String mContentRating; field in RecordedProgram
534 mContentRating = contentRating; in RecordedProgram()
582 return mContentRating; in getContentRating()
799 Objects.equals(mContentRating, that.mContentRating) && in equals()
834 ", mContentRating='" + mContentRating + '\'' + in toString()
/packages/apps/TV/src/com/android/tv/tuner/data/
DPsipData.java517 private final String mContentRating; field in PsipData.EitItem
533 mContentRating = contentRating; in EitItem()
579 return mContentRating; in getContentRating()
636 ret = StringUtils.compare(mContentRating, item.getContentRating()); in compareTo()
673 mProgramId, mEventId, mTitleText, mStartTime, mLengthInSecond, mContentRating, in toString()