Home
last modified time | relevance | path

Searched defs:COLUMN_CANONICAL_GENRE (Results 1 – 2 of 2) sorted by relevance

/packages/apps/TV/src/com/android/tv/dvr/provider/
DDvrContract.java408 public static final String COLUMN_CANONICAL_GENRE = "canonical_genre"; field in DvrContract.SeriesRecordings
/packages/apps/TV/tests/common/src/com/android/tv/testing/fakes/
DFakeTvProvider.java278 sProgramProjectionMap.put(Programs.COLUMN_CANONICAL_GENRE, Programs.COLUMN_CANONICAL_GENRE); in sProgramProjectionMap.put()
365 RecordedPrograms.COLUMN_CANONICAL_GENRE, RecordedPrograms.COLUMN_CANONICAL_GENRE); in sRecordedProgramProjectionMap.put()
439 PreviewPrograms.COLUMN_CANONICAL_GENRE, PreviewPrograms.COLUMN_CANONICAL_GENRE); in sPreviewProgramProjectionMap.put()
544 WatchNextPrograms.COLUMN_CANONICAL_GENRE, WatchNextPrograms.COLUMN_CANONICAL_GENRE); in sWatchNextProgramProjectionMap.put()