Lines Matching defs:Channels

52  * information. The information is stored in {@link Channels} and {@link Programs} tables.
55 * <li>A row in the {@link Channels} table represents information about a TV channel. The data
84 * is only relevant to channels with {@link Channels#TYPE_PREVIEW} type.
88 * <li>{@link #EXTRA_CHANNEL_ID}: ID for the {@link Channels#TYPE_PREVIEW} channel as a long
102 * This is only relevant to channels with {@link Channels#TYPE_PREVIEW} type. Use
107 * <li>{@link #EXTRA_CHANNEL_ID}: ID for the {@link Channels#TYPE_PREVIEW} channel as a long
477 return ContentUris.withAppendedId(Channels.CONTENT_URI, channelId);
492 * Builds a URI that points to a channel logo. See {@link Channels.Logo}.
501 * Builds a URI that points to a channel logo. See {@link Channels.Logo}.
509 return Uri.withAppendedPath(channelUri, Channels.Logo.CONTENT_DIRECTORY);
535 Uri.Builder builder = Channels.CONTENT_URI.buildUpon();
745 * relevant to channels with {@link Channels#TYPE_PREVIEW} type.
749 * @see Channels#COLUMN_BROWSABLE
913 * {@link Channels#SERVICE_TYPE_AUDIO} channels.
925 * {@link Channels#SERVICE_TYPE_AUDIO} channels.
1372 * <p>This is a required field if the program is from a {@link Channels#TYPE_PREVIEW}
1564 * @see Channels#COLUMN_TRANSIENT
1635 public static final class Channels implements BaseTvColumns {
1975 * @param videoFormat The video format defined in {@link Channels}.
2390 private Channels() {}
2395 * <p>To access this directory, append {@link Channels.Logo#CONTENT_DIRECTORY} to the raw
2498 * <p>Can be empty if this program belongs to a {@link Channels#TYPE_PREVIEW} channel.
2511 * <p>Can be empty if this program belongs to a {@link Channels#TYPE_PREVIEW} channel.
2921 * channel. This is only relevant to {@link Channels#TYPE_PREVIEW}.