Searched defs:Programs (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/java/android/media/tv/
H A DTvContract.java52 * information. The information is stored in {@link Channels} and {@link Programs} tables.
59 * <li>A row in the {@link Programs} table represents a set of data describing a TV program such
549 * @param genre {@link Programs.Genres} to search. If {@code null}, builds a URI for all genres.
561 if (!Programs.Genres.isCanonical(genre)) {
574 return ContentUris.withAppendedId(Programs.CONTENT_URI, programId);
583 return Programs.CONTENT_URI.buildUpon()
605 * {@link Programs#COLUMN_END_TIME_UTC_MILLIS} that is greater than or equal to
608 * {@link Programs#COLUMN_START_TIME_UTC_MILLIS} that is less than or equal to
624 * {@link Programs#COLUMN_END_TIME_UTC_MILLIS} that is greater than this time.
626 * {@link Programs#COLUMN_START_TIME_UTC_MILLI
2439 public static final class Programs implements BaseTvColumns, ProgramColumns { class in class:TvContract
2545 private Programs() {} method in class:TvContract.Programs
[all...]
/frameworks/support/tv-provider/src/android/support/media/tv/
H A DTvContractCompat.java39 import android.support.media.tv.TvContractCompat.Programs.Genres;
56 * information. The information is stored in {@link Channels} and {@link Programs} tables.
63 * <li>A row in the {@link Programs} table represents a set of data describing a TV program such
427 * {@link Programs#COLUMN_END_TIME_UTC_MILLIS} that is greater than this time.
429 * {@link Programs#COLUMN_START_TIME_UTC_MILLIS} that is less than this time.
442 * {@link Programs#COLUMN_END_TIME_UTC_MILLIS} that is greater than this time.
444 * {@link Programs#COLUMN_START_TIME_UTC_MILLIS} that is less than this time.
2077 * given channel can vary thus one should use {@link Programs#COLUMN_VIDEO_WIDTH} and
2078 * {@link Programs#COLUMN_VIDEO_HEIGHT} to get more accurate video resolution.
2383 * {@link Programs#COLUMN_START_TIME_UTC_MILLI
2385 public static final class Programs implements BaseTvColumns, ProgramColumns { class in class:TvContractCompat
2491 private Programs() {} method in class:TvContractCompat.Programs
[all...]

Completed in 84 milliseconds