Example usage for Java android.media.tv TvContract fields, constructors, methods, implement or subclass
The text is from its open source code.
Uri | buildChannelsUriForInput(@Nullable String inputId) Builds a URI that points to all channels from a given TV input. |
Uri | buildChannelUri(long channelId) Builds a URI that points to a specific channel. |
Uri | buildChannelUriForPassthroughInput(String inputId) Build a special channel URI intended to be used with pass-through inputs. |
String | buildInputId(ComponentName name) Builds an ID that uniquely identifies a TV input service. |
Uri | buildProgramsUriForChannel(long channelId) Builds a URI that points to all programs on a given channel. |
Uri | buildProgramsUriForChannel(Uri channelUri) Builds a URI that points to all programs on a given channel. |
boolean | isChannelUriForPassthroughInput(@NonNull Uri uri) |