File
Doc
Category
Size
Date
Package
TvContract.java
API Doc
Android 5.1 API
9846
Sat Mar 14 14:09:42 GMT 2015
android.media.tv
TvContract
java.lang.Object
public final class TvContract extends Object
Fields Summary
public static final String
AUTHORITY
Constructors Summary
TvContract
()
CONTENT_URI = null; throw new RuntimeException("Stub!");
Methods Summary
public static final
android.net.Uri
buildChannelLogoUri
(
long
channelId)
throw new RuntimeException("Stub!");
public static final
android.net.Uri
buildChannelLogoUri
(
android.net.Uri
channelUri)
throw new RuntimeException("Stub!");
public static final
android.net.Uri
buildChannelUri
(
long
channelId)
throw new RuntimeException("Stub!");
public static final
android.net.Uri
buildChannelUriForPassthroughInput
(
java.lang.String
inputId)
throw new RuntimeException("Stub!");
public static final
android.net.Uri
buildChannelsUriForInput
(
java.lang.String
inputId)
throw new RuntimeException("Stub!");
public static final
java.lang.String
buildInputId
(
android.content.ComponentName
name)
throw new RuntimeException("Stub!");
public static final
android.net.Uri
buildProgramUri
(
long
programId)
throw new RuntimeException("Stub!");
public static final
android.net.Uri
buildProgramsUriForChannel
(
android.net.Uri
channelUri)
throw new RuntimeException("Stub!");
public static final
android.net.Uri
buildProgramsUriForChannel
(
long
channelId,
long
startTime,
long
endTime)
throw new RuntimeException("Stub!");
public static final
android.net.Uri
buildProgramsUriForChannel
(
android.net.Uri
channelUri,
long
startTime,
long
endTime)
throw new RuntimeException("Stub!");
public static final
android.net.Uri
buildProgramsUriForChannel
(
long
channelId)
throw new RuntimeException("Stub!");
Java Code Source