Home | History | Annotate | Download | only in tv

Lines Matching refs:COLUMN_START_TIME_UTC_MILLIS

360      * @see androidx.tvprovider.media.tv.TvContractCompat.PreviewPrograms#COLUMN_START_TIME_UTC_MILLIS
363 Long l = mValues.getAsLong(PreviewPrograms.COLUMN_START_TIME_UTC_MILLIS);
434 values.remove(PreviewProgramColumns.COLUMN_START_TIME_UTC_MILLIS);
554 if ((index = cursor.getColumnIndex(PreviewProgramColumns.COLUMN_START_TIME_UTC_MILLIS))
594 PreviewProgramColumns.COLUMN_START_TIME_UTC_MILLIS,
1008 * .PreviewPrograms#COLUMN_START_TIME_UTC_MILLIS
1011 mValues.put(PreviewPrograms.COLUMN_START_TIME_UTC_MILLIS, startTime);