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

Commit 2f732bf9 authored by Dongwon Kang's avatar Dongwon Kang
Browse files

TIF: Document the default sort order for the tables in TvContract.

Bug: 19357901
Change-Id: If9f1053c5f74cb6781433d3fe8d09b10a19ca513
parent 341cba2a
Loading
Loading
Loading
Loading
+11 −1
Original line number Diff line number Diff line
@@ -833,7 +833,13 @@ public final class TvContract {
        }
    }

    /** Column definitions for the TV programs table. */
    /**
     * Column definitions for the TV programs table.
     * <p>
     * By default, the query results will be sorted by {@link Programs#COLUMN_START_TIME_UTC_MILLIS}
     * in ascending order.
     * </p>
     */
    public static final class Programs implements BaseTvColumns {

        /** The content:// style URI for this table. */
@@ -1233,6 +1239,10 @@ public final class TvContract {
    /**
     * Column definitions for the TV programs that the user watched. Applications do not have access
     * to this table.
     * <p>
     * By default, the query results will be sorted by
     * {@link WatchedPrograms#COLUMN_WATCH_START_TIME_UTC_MILLIS} in descending order.
     * </p>
     * @hide
     */
    @SystemApi