HomeSort by relevance Sort by last modified time
    Searched refs:COLUMN_START_FROM_SEASON (Results 1 - 3 of 3) sorted by null

  /packages/apps/TV/src/com/android/tv/dvr/provider/
DvrContract.java 213 * This value is used for {@link #COLUMN_START_FROM_SEASON} and
310 public static final String COLUMN_START_FROM_SEASON = "start_from_season";
313 * The number of the earliest episode to record in {@link #COLUMN_START_FROM_SEASON}. The
DvrDatabaseHelper.java 84 + SeriesRecordings.COLUMN_START_FROM_SEASON + " INTEGER DEFAULT "
137 new ColumnInfo(SeriesRecordings.COLUMN_START_FROM_SEASON, SQL_DATA_TYPE_INT),
  /packages/apps/TV/src/com/android/tv/dvr/
SeriesRecording.java 166 SeriesRecordings.COLUMN_START_FROM_SEASON,
216 values.put(SeriesRecordings.COLUMN_START_FROM_SEASON, r.getStartFromSeason());

Completed in 200 milliseconds