Home
last modified time | relevance | path

Searched refs:COLUMN_CANONICAL_GENRE (Results 1 – 12 of 12) sorted by relevance

/packages/apps/TV/tests/common/src/com/android/tv/testing/
DFakeTvProvider.java278 sProgramProjectionMap.put(Programs.COLUMN_CANONICAL_GENRE, Programs.COLUMN_CANONICAL_GENRE); in sProgramProjectionMap.put() argument
365 RecordedPrograms.COLUMN_CANONICAL_GENRE, RecordedPrograms.COLUMN_CANONICAL_GENRE); in sRecordedProgramProjectionMap.put() argument
439 PreviewPrograms.COLUMN_CANONICAL_GENRE, PreviewPrograms.COLUMN_CANONICAL_GENRE); in sPreviewProgramProjectionMap.put() argument
544 WatchNextPrograms.COLUMN_CANONICAL_GENRE, WatchNextPrograms.COLUMN_CANONICAL_GENRE); in sWatchNextProgramProjectionMap.put() argument
682 + RecordedPrograms.COLUMN_CANONICAL_GENRE
756 + PreviewPrograms.COLUMN_CANONICAL_GENRE
878 + WatchNextPrograms.COLUMN_CANONICAL_GENRE
1099 + Programs.COLUMN_CANONICAL_GENRE in onCreate()
1970 + Programs.COLUMN_CANONICAL_GENRE in createSqlParams()
2092 String canonicalGenres = values.getAsString(Programs.COLUMN_CANONICAL_GENRE); in checkAndConvertGenre()
[all …]
/packages/providers/TvProvider/src/com/android/providers/tv/
DTvProvider.java262 sProgramProjectionMap.put(Programs.COLUMN_CANONICAL_GENRE, Programs.COLUMN_CANONICAL_GENRE); in initProjectionMaps()
342 sRecordedProgramProjectionMap.put(RecordedPrograms.COLUMN_CANONICAL_GENRE, in initProjectionMaps()
343 RecordedPrograms.COLUMN_CANONICAL_GENRE); in initProjectionMaps()
405 sPreviewProgramProjectionMap.put(PreviewPrograms.COLUMN_CANONICAL_GENRE, in initProjectionMaps()
406 PreviewPrograms.COLUMN_CANONICAL_GENRE); in initProjectionMaps()
499 sWatchNextProgramProjectionMap.put(WatchNextPrograms.COLUMN_CANONICAL_GENRE, in initProjectionMaps()
500 WatchNextPrograms.COLUMN_CANONICAL_GENRE); in initProjectionMaps()
608 + RecordedPrograms.COLUMN_CANONICAL_GENRE + " TEXT,"
645 + PreviewPrograms.COLUMN_CANONICAL_GENRE + " TEXT,"
706 + WatchNextPrograms.COLUMN_CANONICAL_GENRE + " TEXT,"
[all …]
/packages/apps/TV/src/com/android/tv/data/
DProgram.java68 TvContract.Programs.COLUMN_CANONICAL_GENRE,
97 TvContract.Programs.COLUMN_CANONICAL_GENRE,
558 TvContract.Programs.COLUMN_CANONICAL_GENRE, in toContentValues()
561 putValue(values, TvContract.Programs.COLUMN_CANONICAL_GENRE, ""); in toContentValues()
/packages/apps/TV/src/com/android/tv/dvr/provider/
DDvrDatabaseHelper.java132 + SeriesRecordings.COLUMN_CANONICAL_GENRE
190 new ColumnInfo(SeriesRecordings.COLUMN_CANONICAL_GENRE, SQL_DATA_TYPE_STRING),
DDvrContract.java395 public static final String COLUMN_CANONICAL_GENRE = "canonical_genre"; field in DvrContract.SeriesRecordings
/packages/apps/TV/tests/input/src/com/android/tv/testinput/
DTestTvInputService.java392 Programs.COLUMN_CANONICAL_GENRE,
505 values.put(Programs.COLUMN_CANONICAL_GENRE, c.getString(index++)); in onStopRecording()
/packages/apps/TV/src/com/android/tv/dvr/data/
DRecordedProgram.java69 RecordedPrograms.COLUMN_CANONICAL_GENRE,
157 RecordedPrograms.COLUMN_CANONICAL_GENRE, in toValues()
DSeriesRecording.java140 SeriesRecordings.COLUMN_CANONICAL_GENRE,
189 SeriesRecordings.COLUMN_CANONICAL_GENRE, in toContentValues()
/packages/apps/TV/tests/common/src/com/android/tv/testing/data/
DProgramUtils.java100 values.put(Programs.COLUMN_CANONICAL_GENRE, programAt.genre); in populatePrograms()
/packages/providers/TvProvider/tests/src/com/android/providers/tv/
DDatabaseHelperTest.java153 + TvContract.Programs.COLUMN_CANONICAL_GENRE + " TEXT," in onCreate()
/packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/datamanager/
DChannelDataManager.java66 TvContract.Programs.COLUMN_CANONICAL_GENRE,
/packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/
DTunerRecordingSessionWorker.java122 TvContract.Programs.COLUMN_CANONICAL_GENRE,