Searched refs:COLUMN_START_FROM_SEASON (Results 1 - 3 of 3) sorted by relevance

/packages/apps/TV/src/com/android/tv/dvr/provider/
H A DDvrContract.java266 * This value is used for {@link #COLUMN_START_FROM_SEASON} and {@link
359 public static final String COLUMN_START_FROM_SEASON = "start_from_season"; field in class:DvrContract.SeriesRecordings
362 * The number of the earliest episode to record in {@link #COLUMN_START_FROM_SEASON}. The
H A DDvrDatabaseHelper.java118 + SeriesRecordings.COLUMN_START_FROM_SEASON
185 new ColumnInfo(SeriesRecordings.COLUMN_START_FROM_SEASON, SQL_DATA_TYPE_INT),
/packages/apps/TV/src/com/android/tv/dvr/data/
H A DSeriesRecording.java148 SeriesRecordings.COLUMN_START_FROM_SEASON,
196 values.put(SeriesRecordings.COLUMN_START_FROM_SEASON, r.getStartFromSeason());

Completed in 405 milliseconds