Searched refs:COLUMN_START_FROM_SEASON (Results 1 – 3 of 3) sorted by relevance
120 + SeriesRecordings.COLUMN_START_FROM_SEASON187 new ColumnInfo(SeriesRecordings.COLUMN_START_FROM_SEASON, SQL_DATA_TYPE_INT),
359 public static final String COLUMN_START_FROM_SEASON = "start_from_season"; field in DvrContract.SeriesRecordings
138 SeriesRecordings.COLUMN_START_FROM_SEASON,186 values.put(SeriesRecordings.COLUMN_START_FROM_SEASON, r.getStartFromSeason()); in toContentValues()