Home
last modified time | relevance | path

Searched refs:getExistingColumns (Results 1 – 2 of 2) sorted by relevance

/packages/apps/TV/src/com/android/tv/util/
DTvProviderUtils.java81 if (getExistingColumns(context, uri).contains(EXTRA_PROGRAM_COLUMN_SERIES_ID)) { in checkProgramTableSeriesIdColumn()
94 if (getExistingColumns(context, uri).contains(EXTRA_PROGRAM_COLUMN_SERIES_ID)) { in checkRecordedProgramTableSeriesIdColumn()
126 if (getExistingColumns(context, uri).contains(EXTRA_PROGRAM_COLUMN_STATE)) { in checkRecordedProgramTableStateColumn()
163 static Set<String> getExistingColumns(Context context, Uri uri) { in getExistingColumns() method in TvProviderUtils
/packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/
DTunerRecordingSessionWorker.java673 if (getExistingColumns(uri).contains(COLUMN_SERIES_ID)) { in checkProgramTable()
692 if (getExistingColumns(uri).contains(COLUMN_SERIES_ID)) { in checkRecordedProgramTable()
703 if (getExistingColumns(uri).contains(COLUMN_STATE)) { in checkRecordedProgramTable()
716 private Set<String> getExistingColumns(Uri uri) { in getExistingColumns() method in TunerRecordingSessionWorker