Searched refs:EXTRA_PROGRAM_COLUMN_STATE (Results 1 – 3 of 3) sorted by relevance
61 inputStrings, TvProviderUtils.EXTRA_PROGRAM_COLUMN_STATE)) in testAddExtraColumnsToProjection()67 TvProviderUtils.EXTRA_PROGRAM_COLUMN_STATE) in testAddExtraColumnsToProjection()77 TvProviderUtils.EXTRA_PROGRAM_COLUMN_STATE, in testAddExtraColumnsToProjection_extraColumnExists()82 inputStrings, TvProviderUtils.EXTRA_PROGRAM_COLUMN_STATE)) in testAddExtraColumnsToProjection_extraColumnExists()88 TvProviderUtils.EXTRA_PROGRAM_COLUMN_STATE, in testAddExtraColumnsToProjection_extraColumnExists()
46 public static final String EXTRA_PROGRAM_COLUMN_STATE = BaseProgram.COLUMN_STATE; field in TvProviderUtils50 @StringDef({EXTRA_PROGRAM_COLUMN_SERIES_ID, EXTRA_PROGRAM_COLUMN_STATE})132 if (getExistingColumns(context, uri).contains(EXTRA_PROGRAM_COLUMN_STATE)) { in checkRecordedProgramTableStateColumn()134 } else if (addColumnToTable(context, uri, EXTRA_PROGRAM_COLUMN_STATE)) { in checkRecordedProgramTableStateColumn()
146 mProjection, TvProviderUtils.EXTRA_PROGRAM_COLUMN_STATE); in doInBackground()