Home
last modified time | relevance | path

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

/packages/apps/TV/tests/common/src/com/android/tv/testing/fakes/
DFakeTvProvider.java304 Programs.COLUMN_REVIEW_RATING_STYLE, Programs.COLUMN_REVIEW_RATING_STYLE); in sProgramProjectionMap.put() argument
415 RecordedPrograms.COLUMN_REVIEW_RATING_STYLE, in sRecordedProgramProjectionMap.put() argument
416 RecordedPrograms.COLUMN_REVIEW_RATING_STYLE); in sRecordedProgramProjectionMap.put()
518 PreviewPrograms.COLUMN_REVIEW_RATING_STYLE, in sPreviewProgramProjectionMap.put() argument
519 PreviewPrograms.COLUMN_REVIEW_RATING_STYLE); in sPreviewProgramProjectionMap.put()
630 WatchNextPrograms.COLUMN_REVIEW_RATING_STYLE, in sWatchNextProgramProjectionMap.put() argument
631 WatchNextPrograms.COLUMN_REVIEW_RATING_STYLE); in sWatchNextProgramProjectionMap.put()
722 + RecordedPrograms.COLUMN_REVIEW_RATING_STYLE
828 + PreviewPrograms.COLUMN_REVIEW_RATING_STYLE
950 + WatchNextPrograms.COLUMN_REVIEW_RATING_STYLE
[all …]
/packages/providers/TvProvider/src/com/android/providers/tv/
DTvProvider.java299 sProgramProjectionMap.put(Programs.COLUMN_REVIEW_RATING_STYLE, in initProjectionMaps()
300 Programs.COLUMN_REVIEW_RATING_STYLE); in initProjectionMaps()
400 sRecordedProgramProjectionMap.put(RecordedPrograms.COLUMN_REVIEW_RATING_STYLE, in initProjectionMaps()
401 RecordedPrograms.COLUMN_REVIEW_RATING_STYLE); in initProjectionMaps()
495 sPreviewProgramProjectionMap.put(PreviewPrograms.COLUMN_REVIEW_RATING_STYLE, in initProjectionMaps()
496 PreviewPrograms.COLUMN_REVIEW_RATING_STYLE); in initProjectionMaps()
593 sWatchNextProgramProjectionMap.put(WatchNextPrograms.COLUMN_REVIEW_RATING_STYLE, in initProjectionMaps()
594 WatchNextPrograms.COLUMN_REVIEW_RATING_STYLE); in initProjectionMaps()
652 + RecordedPrograms.COLUMN_REVIEW_RATING_STYLE + " INTEGER,"
706 + PreviewPrograms.COLUMN_REVIEW_RATING_STYLE + " INTEGER,"
[all …]