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

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

am 3e697d71: am 734c3632: Merge "Remove COLUMN_CONDITIONAL_ACCESS from TvContract." into lmp-dev

* commit '3e697d719546045ba18dc6a947dc2c04adca01d8':
  Remove COLUMN_CONDITIONAL_ACCESS from TvContract.
parents 7698cebf 368eb97b
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -16820,7 +16820,6 @@ package android.media.tv {
  public static final class TvContract.Channels implements android.media.tv.TvContract.BaseTvColumns {
  public static final class TvContract.Channels implements android.media.tv.TvContract.BaseTvColumns {
    method public static final java.lang.String getVideoResolution(java.lang.String);
    method public static final java.lang.String getVideoResolution(java.lang.String);
    field public static final java.lang.String COLUMN_CONDITIONAL_ACCESS = "conditional_access";
    field public static final java.lang.String COLUMN_DESCRIPTION = "description";
    field public static final java.lang.String COLUMN_DESCRIPTION = "description";
    field public static final java.lang.String COLUMN_DISPLAY_NAME = "display_name";
    field public static final java.lang.String COLUMN_DISPLAY_NAME = "display_name";
    field public static final java.lang.String COLUMN_DISPLAY_NUMBER = "display_number";
    field public static final java.lang.String COLUMN_DISPLAY_NUMBER = "display_number";
+0 −13
Original line number Original line Diff line number Diff line
@@ -695,19 +695,6 @@ public final class TvContract {
         */
         */
        public static final String COLUMN_SEARCHABLE = "searchable";
        public static final String COLUMN_SEARCHABLE = "searchable";


        /**
         * The flag indicating whether this TV channel is scrambled by conditional access or not.
         * <p>
         * This is used for indicating that this channel is protected by a conditional access
         * system. A value of 1 indicates the channel is scrambled and the user is required
         * to contact the service provider to watch this channel. A value of 0 indicates the channel
         * is not scrambled. If not specified, this value is set to 0 (not scrambled) by default.
         * </p><p>
         * Type: INTEGER (boolean)
         * </p>
         */
        public static final String COLUMN_CONDITIONAL_ACCESS = "conditional_access";

        /**
        /**
         * The flag indicating whether this TV channel is locked or not.
         * The flag indicating whether this TV channel is locked or not.
         * <p>
         * <p>