Loading api/current.txt +0 −2 Original line number Diff line number Diff line Loading @@ -16465,7 +16465,6 @@ package android.media.tv { method public static final android.net.Uri buildChannelLogoUri(android.net.Uri); method public static final android.net.Uri buildChannelUri(long); method public static final android.net.Uri buildChannelsUriForInput(java.lang.String); method public static final android.net.Uri buildChannelsUriForInput(java.lang.String, boolean); method public static final java.lang.String buildInputId(android.content.ComponentName); method public static final android.net.Uri buildProgramUri(long); method public static final android.net.Uri buildProgramsUriForChannel(long); Loading @@ -16481,7 +16480,6 @@ package android.media.tv { public static final class TvContract.Channels implements android.media.tv.TvContract.BaseTvColumns { method public static final java.lang.String getVideoResolution(java.lang.String); field public static final java.lang.String COLUMN_BROWSABLE = "browsable"; 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_DISPLAY_NAME = "display_name"; media/java/android/media/tv/TvContract.java +4 −2 Original line number Diff line number Diff line Loading @@ -128,12 +128,12 @@ public final class TvContract { } /** * Builds a URI that points to all browsable channels from a given TV input. * Builds a URI that points to all channels from a given TV input. * * @param inputId The ID of the TV input to build a channels URI for. */ public static final Uri buildChannelsUriForInput(String inputId) { return buildChannelsUriForInput(inputId, true); return buildChannelsUriForInput(inputId, false); } /** Loading @@ -143,6 +143,7 @@ public final class TvContract { * @param browsableOnly If set to {@code true} the URI points to only browsable channels. If set * to {@code false} the URI points to all channels regardless of whether they are * browsable or not. * @hide */ public static final Uri buildChannelsUriForInput(String inputId, boolean browsableOnly) { return new Uri.Builder().scheme(ContentResolver.SCHEME_CONTENT).authority(AUTHORITY) Loading Loading @@ -656,6 +657,7 @@ public final class TvContract { * </p><p> * Type: INTEGER (boolean) * </p> * @hide */ public static final String COLUMN_BROWSABLE = "browsable"; Loading Loading
api/current.txt +0 −2 Original line number Diff line number Diff line Loading @@ -16465,7 +16465,6 @@ package android.media.tv { method public static final android.net.Uri buildChannelLogoUri(android.net.Uri); method public static final android.net.Uri buildChannelUri(long); method public static final android.net.Uri buildChannelsUriForInput(java.lang.String); method public static final android.net.Uri buildChannelsUriForInput(java.lang.String, boolean); method public static final java.lang.String buildInputId(android.content.ComponentName); method public static final android.net.Uri buildProgramUri(long); method public static final android.net.Uri buildProgramsUriForChannel(long); Loading @@ -16481,7 +16480,6 @@ package android.media.tv { public static final class TvContract.Channels implements android.media.tv.TvContract.BaseTvColumns { method public static final java.lang.String getVideoResolution(java.lang.String); field public static final java.lang.String COLUMN_BROWSABLE = "browsable"; 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_DISPLAY_NAME = "display_name";
media/java/android/media/tv/TvContract.java +4 −2 Original line number Diff line number Diff line Loading @@ -128,12 +128,12 @@ public final class TvContract { } /** * Builds a URI that points to all browsable channels from a given TV input. * Builds a URI that points to all channels from a given TV input. * * @param inputId The ID of the TV input to build a channels URI for. */ public static final Uri buildChannelsUriForInput(String inputId) { return buildChannelsUriForInput(inputId, true); return buildChannelsUriForInput(inputId, false); } /** Loading @@ -143,6 +143,7 @@ public final class TvContract { * @param browsableOnly If set to {@code true} the URI points to only browsable channels. If set * to {@code false} the URI points to all channels regardless of whether they are * browsable or not. * @hide */ public static final Uri buildChannelsUriForInput(String inputId, boolean browsableOnly) { return new Uri.Builder().scheme(ContentResolver.SCHEME_CONTENT).authority(AUTHORITY) Loading Loading @@ -656,6 +657,7 @@ public final class TvContract { * </p><p> * Type: INTEGER (boolean) * </p> * @hide */ public static final String COLUMN_BROWSABLE = "browsable"; Loading