Searched refs:COLUMN_PROGRAM_ID (Results 1 – 3 of 3) sorted by relevance
92 public static final String COLUMN_PROGRAM_ID = "program_id"; field in DvrContract.Recordings
49 + Recordings.COLUMN_PROGRAM_ID + " INTEGER ,"
200 DvrContract.Recordings.COLUMN_PROGRAM_ID,224 values.put(DvrContract.Recordings.COLUMN_PROGRAM_ID, r.getProgramId()); in toContentValues()