Home
last modified time | relevance | path

Searched refs:COLUMN_SEASON_TITLE (Results 1 – 7 of 7) sorted by relevance

/packages/apps/TV/tests/common/src/com/android/tv/testing/fakes/
DFakeTvProvider.java265 sProgramProjectionMap.put(Programs.COLUMN_SEASON_TITLE, Programs.COLUMN_SEASON_TITLE); in sProgramProjectionMap.put() argument
350 RecordedPrograms.COLUMN_SEASON_TITLE, RecordedPrograms.COLUMN_SEASON_TITLE); in sRecordedProgramProjectionMap.put() argument
432 PreviewPrograms.COLUMN_SEASON_TITLE, PreviewPrograms.COLUMN_SEASON_TITLE); in sPreviewProgramProjectionMap.put() argument
537 WatchNextPrograms.COLUMN_SEASON_TITLE, WatchNextPrograms.COLUMN_SEASON_TITLE); in sWatchNextProgramProjectionMap.put() argument
670 + RecordedPrograms.COLUMN_SEASON_TITLE
750 + PreviewPrograms.COLUMN_SEASON_TITLE
872 + WatchNextPrograms.COLUMN_SEASON_TITLE
1087 + Programs.COLUMN_SEASON_TITLE in onCreate()
1352 + Programs.COLUMN_SEASON_TITLE in onUpgrade()
/packages/providers/TvProvider/src/com/android/providers/tv/
DTvProvider.java252 sProgramProjectionMap.put(Programs.COLUMN_SEASON_TITLE, Programs.COLUMN_SEASON_TITLE); in initProjectionMaps()
338 sRecordedProgramProjectionMap.put(RecordedPrograms.COLUMN_SEASON_TITLE, in initProjectionMaps()
339 RecordedPrograms.COLUMN_SEASON_TITLE); in initProjectionMaps()
409 sPreviewProgramProjectionMap.put(PreviewPrograms.COLUMN_SEASON_TITLE, in initProjectionMaps()
410 PreviewPrograms.COLUMN_SEASON_TITLE); in initProjectionMaps()
505 sWatchNextProgramProjectionMap.put(WatchNextPrograms.COLUMN_SEASON_TITLE, in initProjectionMaps()
506 WatchNextPrograms.COLUMN_SEASON_TITLE); in initProjectionMaps()
616 + RecordedPrograms.COLUMN_SEASON_TITLE + " TEXT,"
657 + PreviewPrograms.COLUMN_SEASON_TITLE + " TEXT,"
719 + WatchNextPrograms.COLUMN_SEASON_TITLE + " TEXT,"
[all …]
/packages/apps/TV/tests/input/src/com/android/tv/testinput/
DTestTvInputService.java399 Programs.COLUMN_SEASON_TITLE,
512 values.put(Programs.COLUMN_SEASON_TITLE, c.getString(index++)); in onStopRecording()
/packages/apps/TV/src/com/android/tv/dvr/data/
DRecordedProgram.java64 RecordedPrograms.COLUMN_SEASON_TITLE,
145 values.put(RecordedPrograms.COLUMN_SEASON_TITLE, recordedProgram.getSeasonTitle()); in toValues()
/packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/
DTunerRecordingSessionWorker.java120 TvContract.Programs.COLUMN_SEASON_TITLE,
DTunerRecordingSessionWorkerExoV2.java120 TvContract.Programs.COLUMN_SEASON_TITLE,
/packages/apps/TV/src/com/android/tv/data/
DProgramImpl.java87 TvContract.Programs.COLUMN_SEASON_TITLE,