Home
last modified time | relevance | path

Searched refs:COLUMN_PRIORITY (Results 1 – 4 of 4) sorted by relevance

/packages/apps/TV/src/com/android/tv/dvr/provider/
DDvrContract.java111 public static final String COLUMN_PRIORITY = "priority"; field in DvrContract.Schedules
310 public static final String COLUMN_PRIORITY = "priority"; field in DvrContract.SeriesRecordings
DDvrDatabaseHelper.java62 Schedules.COLUMN_PRIORITY,
132 SeriesRecordings.COLUMN_PRIORITY,
/packages/apps/TV/src/com/android/tv/dvr/data/
DScheduledRecording.java403 Schedules.COLUMN_PRIORITY,
430 Schedules.COLUMN_PRIORITY,
515 values.put(Schedules.COLUMN_PRIORITY, r.getPriority()); in toContentValues()
545 values.put(Schedules.COLUMN_PRIORITY, r.getPriority()); in toContentValuesWithTimeOffset()
DSeriesRecording.java136 SeriesRecordings.COLUMN_PRIORITY,
184 values.put(SeriesRecordings.COLUMN_PRIORITY, r.getPriority()); in toContentValues()