Merge "TIF: Fix comments for program start/end times" into nyc-dev am: 281d96e238

am: 421746e991

* commit '421746e99190fb64b8ca4d424a2bd7998b618278':
  TIF: Fix comments for program start/end times

Change-Id: I952706d7d66c871c4144da646a3098f3d634a569
This commit is contained in:
Jae Seo
2016-05-10 23:42:53 +00:00
committed by android-build-merger

View File

@@ -1044,7 +1044,8 @@ public final class TvContract {
* The start time of this TV program, in milliseconds since the epoch.
*
* <p>The value should be equal to or larger than {@link #COLUMN_END_TIME_UTC_MILLIS} of the
* previous program in the same channel.
* previous program in the same channel. In practice, start time will usually be the end
* time of the previous program.
*
* <p>Type: INTEGER (long)
*/
@@ -1054,7 +1055,8 @@ public final class TvContract {
* The end time of this TV program, in milliseconds since the epoch.
*
* <p>The value should be equal to or less than {@link #COLUMN_START_TIME_UTC_MILLIS} of the
* next program in the same channel.
* next program in the same channel. In practice, end time will usually be the start time of
* the next program.
*
* <p>Type: INTEGER (long)
*/