Searched defs:COLUMN_END_TIME_UTC_MILLIS (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/java/android/media/tv/
H A DTvContract.java605 * {@link Programs#COLUMN_END_TIME_UTC_MILLIS} that is greater than or equal to
624 * {@link Programs#COLUMN_END_TIME_UTC_MILLIS} that is greater than this time.
2494 * <p>The value should be equal to or larger than {@link #COLUMN_END_TIME_UTC_MILLIS} of the
2515 public static final String COLUMN_END_TIME_UTC_MILLIS = "end_time_utc_millis"; field in class:TvContract.Programs
2808 * @see Programs#COLUMN_END_TIME_UTC_MILLIS
2810 public static final String COLUMN_END_TIME_UTC_MILLIS = Programs.COLUMN_END_TIME_UTC_MILLIS; field in class:TvContract.RecordedPrograms
2854 * {@link #COLUMN_END_TIME_UTC_MILLIS} - {@link #COLUMN_START_TIME_UTC_MILLIS} as program
3106 public static final String COLUMN_END_TIME_UTC_MILLIS = "end_time_utc_millis"; field in class:TvContract.WatchedPrograms
/frameworks/support/tv-provider/src/android/support/media/tv/
H A DTvContractCompat.java427 * {@link Programs#COLUMN_END_TIME_UTC_MILLIS} that is greater than this time.
442 * {@link Programs#COLUMN_END_TIME_UTC_MILLIS} that is greater than this time.
1546 String COLUMN_END_TIME_UTC_MILLIS = "end_time_utc_millis"; field in interface:TvContractCompat.PreviewProgramColumns
2440 * <p>The value should be equal to or larger than {@link #COLUMN_END_TIME_UTC_MILLIS} of the
2461 public static final String COLUMN_END_TIME_UTC_MILLIS = "end_time_utc_millis"; field in class:TvContractCompat.Programs
2756 * @see Programs#COLUMN_END_TIME_UTC_MILLIS
2758 public static final String COLUMN_END_TIME_UTC_MILLIS = Programs.COLUMN_END_TIME_UTC_MILLIS; field in class:TvContractCompat.RecordedPrograms
2802 * {@link #COLUMN_END_TIME_UTC_MILLIS} - {@link #COLUMN_START_TIME_UTC_MILLIS} as program

Completed in 66 milliseconds