Searched refs:sRecordedProgramProjectionMap (Results 1 – 1 of 1) sorted by relevance
130 private static final Map<String, String> sRecordedProgramProjectionMap; field in TvProvider271 sRecordedProgramProjectionMap = new HashMap<>();272 sRecordedProgramProjectionMap.put(RecordedPrograms._ID, RecordedPrograms._ID); in sRecordedProgramProjectionMap.put()273 sRecordedProgramProjectionMap.put(RecordedPrograms.COLUMN_PACKAGE_NAME, in sRecordedProgramProjectionMap.put()275 sRecordedProgramProjectionMap.put(RecordedPrograms.COLUMN_INPUT_ID, in sRecordedProgramProjectionMap.put()277 sRecordedProgramProjectionMap.put(RecordedPrograms.COLUMN_CHANNEL_ID, in sRecordedProgramProjectionMap.put()279 sRecordedProgramProjectionMap.put(RecordedPrograms.COLUMN_TITLE, in sRecordedProgramProjectionMap.put()281 sRecordedProgramProjectionMap.put(RecordedPrograms.COLUMN_SEASON_DISPLAY_NUMBER, in sRecordedProgramProjectionMap.put()283 sRecordedProgramProjectionMap.put(RecordedPrograms.COLUMN_SEASON_TITLE, in sRecordedProgramProjectionMap.put()285 sRecordedProgramProjectionMap.put(RecordedPrograms.COLUMN_EPISODE_DISPLAY_NUMBER, in sRecordedProgramProjectionMap.put()[all …]