Loading media/java/android/media/tv/TvContract.java +8 −0 Original line number Diff line number Diff line Loading @@ -435,6 +435,14 @@ public final class TvContract { */ public static final String PARAM_CANONICAL_GENRE = "canonical_genre"; /** * A query, update or delete URI parameter that allows the caller to operate only on preview or * non-preview channels. If set to "true", the operation affects the rows for preview channels * only. If set to "false", the operation affects the rows for non-preview channels only. * @hide */ public static final String PARAM_PREVIEW = "preview"; /** * Builds an ID that uniquely identifies a TV input service. * Loading Loading
media/java/android/media/tv/TvContract.java +8 −0 Original line number Diff line number Diff line Loading @@ -435,6 +435,14 @@ public final class TvContract { */ public static final String PARAM_CANONICAL_GENRE = "canonical_genre"; /** * A query, update or delete URI parameter that allows the caller to operate only on preview or * non-preview channels. If set to "true", the operation affects the rows for preview channels * only. If set to "false", the operation affects the rows for non-preview channels only. * @hide */ public static final String PARAM_PREVIEW = "preview"; /** * Builds an ID that uniquely identifies a TV input service. * Loading