Home
last modified time | relevance | path

Searched defs:projectionList (Results 1 – 5 of 5) sorted by relevance

/packages/apps/TV/src/com/android/tv/util/
DTvProviderUtils.java155 List<String> projectionList = new ArrayList<>(Arrays.asList(projection)); in addExtraColumnsToProjection() local
/packages/apps/TimeZoneData/src/main/com/android/timezone/data/
DTimeZoneRulesDataProvider.java179 final List<String> projectionList = Arrays.asList(projection); in query() local
/packages/apps/Contacts/tests/src/com/android/contacts/model/
DContactLoaderTest.java347 List<String> projectionList = Lists.newArrayList(COLUMNS_INTERNAL); in fetchAllData() local
/packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/
DTunerRecordingSessionWorker.java756 List<String> projectionList = new ArrayList<>(Arrays.asList(PROGRAM_PROJECTION)); in createProjectionWithSeriesId() local
DTunerRecordingSessionWorkerExoV2.java756 List<String> projectionList = new ArrayList<>(Arrays.asList(PROGRAM_PROJECTION)); in createProjectionWithSeriesId() local