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/ |
D | FakeTvProvider.java | 304 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/ |
D | TvProvider.java | 289 sProgramProjectionMap.put(Programs.COLUMN_REVIEW_RATING_STYLE, in initProjectionMaps() 290 Programs.COLUMN_REVIEW_RATING_STYLE); in initProjectionMaps() 390 sRecordedProgramProjectionMap.put(RecordedPrograms.COLUMN_REVIEW_RATING_STYLE, in initProjectionMaps() 391 RecordedPrograms.COLUMN_REVIEW_RATING_STYLE); in initProjectionMaps() 485 sPreviewProgramProjectionMap.put(PreviewPrograms.COLUMN_REVIEW_RATING_STYLE, in initProjectionMaps() 486 PreviewPrograms.COLUMN_REVIEW_RATING_STYLE); in initProjectionMaps() 583 sWatchNextProgramProjectionMap.put(WatchNextPrograms.COLUMN_REVIEW_RATING_STYLE, in initProjectionMaps() 584 WatchNextPrograms.COLUMN_REVIEW_RATING_STYLE); in initProjectionMaps() 642 + RecordedPrograms.COLUMN_REVIEW_RATING_STYLE + " INTEGER," 696 + PreviewPrograms.COLUMN_REVIEW_RATING_STYLE + " INTEGER," [all …]
|