Home
last modified time | relevance | path

Searched refs:EXTRA_PROGRAM_COLUMN_SERIES_ID (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/apps/TV/src/com/android/tv/util/
H A DTvProviderUtils.java45 public static final String EXTRA_PROGRAM_COLUMN_SERIES_ID = BaseProgram.COLUMN_SERIES_ID; field in TvProviderUtils
50 @StringDef({EXTRA_PROGRAM_COLUMN_SERIES_ID, EXTRA_PROGRAM_COLUMN_STATE})
84 if (getExistingColumns(context, uri).contains(EXTRA_PROGRAM_COLUMN_SERIES_ID)) { in checkProgramTableSeriesIdColumn()
86 } else if (addColumnToTable(context, uri, EXTRA_PROGRAM_COLUMN_SERIES_ID)) { in checkProgramTableSeriesIdColumn()
97 if (getExistingColumns(context, uri).contains(EXTRA_PROGRAM_COLUMN_SERIES_ID)) { in checkRecordedProgramTableSeriesIdColumn()
99 } else if (addColumnToTable(context, uri, EXTRA_PROGRAM_COLUMN_SERIES_ID)) { in checkRecordedProgramTableSeriesIdColumn()
H A DAsyncDbTask.java134 mProjection, TvProviderUtils.EXTRA_PROGRAM_COLUMN_SERIES_ID); in doInBackground()
140 mProjection, TvProviderUtils.EXTRA_PROGRAM_COLUMN_SERIES_ID); in doInBackground()
H A DUtils.java334 projection, TvProviderUtils.EXTRA_PROGRAM_COLUMN_SERIES_ID); in getProgramAt()
/aosp12/packages/apps/TV/tests/robotests/src/com/android/tv/util/
H A DTvProviderUtilsTest.java76 TvProviderUtils.EXTRA_PROGRAM_COLUMN_SERIES_ID, in testAddExtraColumnsToProjection_extraColumnExists()
87 TvProviderUtils.EXTRA_PROGRAM_COLUMN_SERIES_ID, in testAddExtraColumnsToProjection_extraColumnExists()
/aosp12/packages/apps/TV/src/com/android/tv/data/epg/
H A DEpgFetchHelper.java209 projection, TvProviderUtils.EXTRA_PROGRAM_COLUMN_SERIES_ID); in queryPrograms()
/aosp12/packages/apps/TV/src/com/android/tv/data/
H A DProgramDataManager.java627 projection, TvProviderUtils.EXTRA_PROGRAM_COLUMN_SERIES_ID); in doInBackground()