Searched refs:EXTRA_PROGRAM_COLUMN_STATE (Results 1 – 2 of 2) sorted by relevance
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})126 if (getExistingColumns(context, uri).contains(EXTRA_PROGRAM_COLUMN_STATE)) { in checkRecordedProgramTableStateColumn()128 } else if (addColumnToTable(context, uri, EXTRA_PROGRAM_COLUMN_STATE)) { in checkRecordedProgramTableStateColumn()
141 mProjection, TvProviderUtils.EXTRA_PROGRAM_COLUMN_STATE); in doInBackground()