Java android.media.tv TvContract fields, constructors, methods, implement or subclass

Example usage for Java android.media.tv TvContract fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.media.tv TvContract.

The text is from its open source code.

Method

UribuildChannelsUriForInput(@Nullable String inputId)
Builds a URI that points to all channels from a given TV input.
UribuildChannelUri(long channelId)
Builds a URI that points to a specific channel.
UribuildChannelUriForPassthroughInput(String inputId)
Build a special channel URI intended to be used with pass-through inputs.
StringbuildInputId(ComponentName name)
Builds an ID that uniquely identifies a TV input service.
UribuildProgramsUriForChannel(long channelId)
Builds a URI that points to all programs on a given channel.
UribuildProgramsUriForChannel(Uri channelUri)
Builds a URI that points to all programs on a given channel.
booleanisChannelUriForPassthroughInput(@NonNull Uri uri)