Home | History | Annotate | Download | only in tv

Lines Matching refs:COLUMN_START_TIME_UTC_MILLIS

107     private static final String DEFAULT_PROGRAMS_SORT_ORDER = Programs.COLUMN_START_TIME_UTC_MILLIS
246 sProgramProjectionMap.put(Programs.COLUMN_START_TIME_UTC_MILLIS,
247 Programs.COLUMN_START_TIME_UTC_MILLIS);
291 sWatchedProgramProjectionMap.put(WatchedPrograms.COLUMN_START_TIME_UTC_MILLIS,
292 WatchedPrograms.COLUMN_START_TIME_UTC_MILLIS);
322 sRecordedProgramProjectionMap.put(RecordedPrograms.COLUMN_START_TIME_UTC_MILLIS,
323 RecordedPrograms.COLUMN_START_TIME_UTC_MILLIS);
588 + RecordedPrograms.COLUMN_START_TIME_UTC_MILLIS + " INTEGER,"
810 + Programs.COLUMN_START_TIME_UTC_MILLIS + " INTEGER,"
843 + "(" + Programs.COLUMN_START_TIME_UTC_MILLIS + ");");
855 + WatchedPrograms.COLUMN_START_TIME_UTC_MILLIS + " INTEGER,"
1669 + Programs.COLUMN_START_TIME_UTC_MILLIS + "<=? AND "
1705 params.appendWhere(Programs.COLUMN_START_TIME_UTC_MILLIS + "<=? AND "
2406 Programs.COLUMN_START_TIME_UTC_MILLIS,
2411 + Programs.COLUMN_START_TIME_UTC_MILLIS + "<=? AND "
2418 String sortOrder = Programs.COLUMN_START_TIME_UTC_MILLIS + " ASC";
2425 values.put(WatchedPrograms.COLUMN_START_TIME_UTC_MILLIS, cursor.getLong(1));