Loading media/java/android/media/tv/TvContract.java +8 −1 Original line number Diff line number Diff line Loading @@ -437,7 +437,7 @@ public final class TvContract { public static final String PARAM_BROWSABLE_ONLY = "browsable_only"; /** * A optional query, update or delete URI parameter that allows the caller to specify canonical * An optional query, update or delete URI parameter that allows the caller to specify canonical * genre to filter programs. * @hide */ Loading @@ -451,6 +451,13 @@ public final class TvContract { */ public static final String PARAM_PREVIEW = "preview"; /** * An optional query, update or delete URI parameter that allows the caller to specify package * name to filter channels. * @hide */ public static final String PARAM_PACKAGE = "package"; /** * Builds an ID that uniquely identifies a TV input service. * Loading Loading
media/java/android/media/tv/TvContract.java +8 −1 Original line number Diff line number Diff line Loading @@ -437,7 +437,7 @@ public final class TvContract { public static final String PARAM_BROWSABLE_ONLY = "browsable_only"; /** * A optional query, update or delete URI parameter that allows the caller to specify canonical * An optional query, update or delete URI parameter that allows the caller to specify canonical * genre to filter programs. * @hide */ Loading @@ -451,6 +451,13 @@ public final class TvContract { */ public static final String PARAM_PREVIEW = "preview"; /** * An optional query, update or delete URI parameter that allows the caller to specify package * name to filter channels. * @hide */ public static final String PARAM_PACKAGE = "package"; /** * Builds an ID that uniquely identifies a TV input service. * Loading