Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6dd6aac9 authored by Dongwon Kang's avatar Dongwon Kang Committed by Android Git Automerger
Browse files

am 099003bd: am 664eddfd: am 4dd56c93: TIF: Add more documentation on...

am 099003bd: am 664eddfd: am 4dd56c93: TIF: Add more documentation on start/end time of TvContract.Program

* commit '099003bd':
  TIF: Add more documentation on start/end time of TvContract.Program
parents 021e5db2 099003bd
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -856,6 +856,9 @@ 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.
         * </p><p>
         * Type: INTEGER (long)
         * </p>
         */
@@ -864,6 +867,9 @@ 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.
         * </p><p>
         * Type: INTEGER (long)
         * </p>
         */