Home
last modified time | relevance | path

Searched refs:EXTRA_PROGRAM_COLUMN_STATE (Results 1 – 3 of 3) sorted by relevance

/packages/apps/TV/tests/robotests/src/com/android/tv/util/
DTvProviderUtilsTest.java61 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()
/packages/apps/TV/src/com/android/tv/util/
DTvProviderUtils.java46 public static final String EXTRA_PROGRAM_COLUMN_STATE = BaseProgram.COLUMN_STATE; field in TvProviderUtils
50 @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()
DAsyncDbTask.java146 mProjection, TvProviderUtils.EXTRA_PROGRAM_COLUMN_STATE); in doInBackground()