Home | History | Annotate | Download | only in provider

Lines Matching refs:Programs

23 import android.media.tv.TvContract.Programs;
45 /** A wrapper of AsyncProgramQueryTask to load the episodic programs for the series recordings. */
50 private static final int PROGRAM_ID_INDEX = Program.getColumnIndex(Programs._ID);
52 Program.getColumnIndex(Programs.COLUMN_START_TIME_UTC_MILLIS);
54 Program.getColumnIndex(Programs.COLUMN_RECORDING_PROHIBITED);
60 Programs.COLUMN_START_TIME_UTC_MILLIS
62 + Programs.COLUMN_RECORDING_PROHIBITED
65 Programs.COLUMN_END_TIME_UTC_MILLIS
67 + Programs.COLUMN_RECORDING_PROHIBITED
69 private static final String CHANNEL_ID_PREDICATE = Programs.COLUMN_CHANNEL_ID + "=?";
70 private static final String PROGRAM_TITLE_PREDICATE = Programs.COLUMN_TITLE + "=?";
78 // If true, match programs with OPTION_CHANNEL_ALL.
83 /** Constructor used to load programs for one series recording with the given channel option. */
89 * Constructor used to load programs for multiple series recordings. The channel option is
109 /** Enables loading current programs. The default value is {@code false}. */
126 * Enables loading disallowed programs whose schedules were removed manually by the user. The
137 * Gives the option whether to ignore the channel option when matching programs. If {@code
180 protected void onPostExecute(List<Program> programs) {}
183 protected void onCancelled(List<Program> programs) {}
196 protected void onPostExecute(List<Program> programs) {
197 EpisodicProgramLoadTask.this.onPostExecute(programs);
201 protected void onCancelled(List<Program> programs) {
202 EpisodicProgramLoadTask.this.onCancelled(programs);
210 sqlParams.uri = Programs.CONTENT_URI;
236 Programs.CONTENT_URI
259 * Filter the programs which match the series recording. The episodes which the schedules are