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

/frameworks/base/media/java/android/media/tv/
H A DTvContract.java40 * information. The information is stored in {@link Channels} and {@link Programs} tables.
47 * <li>A row in the {@link Programs} table represents a set of data describing a TV program such
190 * @param genre {@link Programs.Genres} to search. If {@code null}, builds a URI for all genres.
202 if (!Programs.Genres.isCanonical(genre)) {
215 return ContentUris.withAppendedId(Programs.CONTENT_URI, programId);
224 return Programs.CONTENT_URI.buildUpon()
246 * {@link Programs#COLUMN_END_TIME_UTC_MILLIS} that is greater than this time.
248 * {@link Programs#COLUMN_START_TIME_UTC_MILLIS} that is less than this time.
263 * {@link Programs#COLUMN_END_TIME_UTC_MILLIS} that is greater than this time.
265 * {@link Programs#COLUMN_START_TIME_UTC_MILLI
927 public static final class Programs implements BaseTvColumns { class in class:TvContract
1218 private Programs() {} method in class:TvContract.Programs
[all...]

Completed in 63 milliseconds