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

Commit c450b1bf authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix incorrect documentation on TvContract.buildProgramsUriForChannel()"

parents bc5949f6 0e65f5db
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -601,10 +601,12 @@ public final class TvContract {
     * given time frame.
     *
     * @param channelId The ID of the channel to return programs for.
     * @param startTime The start time used to filter programs. The returned programs should have
     *            {@link Programs#COLUMN_END_TIME_UTC_MILLIS} that is greater than this time.
     * @param endTime The end time used to filter programs. The returned programs should have
     *            {@link Programs#COLUMN_START_TIME_UTC_MILLIS} that is less than this time.
     * @param startTime The start time used to filter programs. The returned programs will have a
     *            {@link Programs#COLUMN_END_TIME_UTC_MILLIS} that is greater than or equal to
                  {@code startTime}.
     * @param endTime The end time used to filter programs. The returned programs will have
     *            {@link Programs#COLUMN_START_TIME_UTC_MILLIS} that is less than or equal to
     *            {@code endTime}.
     */
    public static Uri buildProgramsUriForChannel(long channelId, long startTime,
            long endTime) {