Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/util/
DTvProviderUtils.java84 if (getExistingColumns(context, uri).contains(EXTRA_PROGRAM_COLUMN_SERIES_ID)) { in checkProgramTableSeriesIdColumn()
97 if (getExistingColumns(context, uri).contains(EXTRA_PROGRAM_COLUMN_SERIES_ID)) { in checkRecordedProgramTableSeriesIdColumn()
132 if (getExistingColumns(context, uri).contains(EXTRA_PROGRAM_COLUMN_STATE)) { in checkRecordedProgramTableStateColumn()
169 static Set<String> getExistingColumns(Context context, Uri uri) { in getExistingColumns() method in TvProviderUtils
/packages/apps/TV/tests/robotests/src/com/android/tv/util/
DTvProviderUtilsTest.java100 TvProviderUtils.getExistingColumns( in testGetExistingColumns_noException()
111 TvProviderUtils.getExistingColumns( in testGetExistingColumns_throwsException()
/packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/
DTunerRecordingSessionWorker.java675 if (getExistingColumns(uri).contains(COLUMN_SERIES_ID)) { in checkProgramTable()
694 if (getExistingColumns(uri).contains(COLUMN_SERIES_ID)) { in checkRecordedProgramTable()
705 if (getExistingColumns(uri).contains(COLUMN_STATE)) { in checkRecordedProgramTable()
718 private Set<String> getExistingColumns(Uri uri) { in getExistingColumns() method in TunerRecordingSessionWorker
DTunerRecordingSessionWorkerExoV2.java678 if (getExistingColumns(uri).contains(COLUMN_SERIES_ID)) { in checkProgramTable()
697 if (getExistingColumns(uri).contains(COLUMN_SERIES_ID)) { in checkRecordedProgramTable()
708 if (getExistingColumns(uri).contains(COLUMN_STATE)) { in checkRecordedProgramTable()
721 private Set<String> getExistingColumns(Uri uri) { in getExistingColumns() method in TunerRecordingSessionWorkerExoV2