Searched refs:getChannelId (Results 1 - 25 of 38) sorted by relevance

12

/packages/apps/TV/src/com/android/tv/dvr/ui/list/
H A DScheduleRow.java95 public long getChannelId() { method in class:ScheduleRow
96 return mSchedule != null ? mSchedule.getChannelId() : -1;
198 return mSchedule.getChannelId() == schedule.getChannelId()
H A DEpisodicProgramRow.java48 public long getChannelId() { method in class:EpisodicProgramRow
49 return mProgram.getChannelId();
/packages/apps/TV/tests/common/src/com/android/tv/testing/dvr/
H A DRecordingTestUtils.java67 Assert.assertEquals("channel", expected.getChannelId(), actual.getChannelId());
/packages/apps/TV/src/com/android/tv/dvr/ui/browse/
H A DDetailsContent.java50 .setChannelId(recordedProgram.getChannelId())
66 .setChannelId(seriesRecording.getChannelId())
78 .getChannel(scheduledRecording.getChannelId());
86 .setChannelId(scheduledRecording.getChannelId())
H A DCurrentRecordingDetailsFragment.java94 getRecording().getChannelId(),
H A DDvrDetailsFragment.java221 Channel channel = channelDataManager.getChannel(recordedProgram.getChannelId());
/packages/apps/TV/src/com/android/tv/menu/
H A DChannelCardView.java150 || program.getChannelId() != cardView.mProgram.getChannelId()
151 || program.getChannelId() != cardView.mChannel.getId()) {
/packages/apps/TV/src/com/android/tv/data/
H A DBaseProgram.java188 abstract public long getChannelId(); method in class:BaseProgram
H A DPreviewProgramContent.java52 .getChannel(program.getChannelId());
78 .getChannel(recordedProgram.getChannelId());
H A DProgramDataManager.java490 ArrayList<Program> programs = programMap.get(program.getChannelId());
493 programMap.put(program.getChannelId(), programs);
589 long channelId = program.getChannelId();
H A DProgram.java235 public long getChannelId() { method in class:Program
473 values.put(TvContract.Programs.COLUMN_CHANNEL_ID, program.getChannelId());
864 boolean isDuplicate = p1.getChannelId() == p2.getChannelId()
/packages/apps/TV/src/com/android/tv/dvr/data/
H A DSeriesRecording.java120 .setChannelId(p.getChannelId())
136 .setChannelId(r.getChannelId())
209 values.put(SeriesRecordings.COLUMN_CHANNEL_ID, r.getChannelId());
336 * @see #getChannelId()
484 public long getChannelId() { method in class:SeriesRecording
715 long channelId = program.getChannelId();
H A DScheduledRecording.java118 .setChannelId(p.getChannelId())
148 .setChannelId(p.getChannelId())
392 values.put(Schedules.COLUMN_CHANNEL_ID, r.getChannelId());
528 public long getChannelId() { method in class:ScheduledRecording
/packages/apps/TV/src/com/android/tv/dvr/ui/
H A DDvrSeriesSettingsFragment.java110 long channelId = program.getChannelId();
122 Channel channel = channelDataManager.getChannel(mSeriesRecording.getChannelId());
201 && mSeriesRecording.getChannelId() != mSelectedChannelId)) {
211 || mSelectedChannelId == mCurrentProgram.getChannelId())) {
/packages/apps/TV/src/com/android/tv/tuner/tvinput/
H A DChannelDataManager.java293 TvContract.buildChannelUri(channel.getChannelId())).build());
376 long channelId = getChannelId(channel);
526 builder.withValue(TvContract.Programs.COLUMN_CHANNEL_ID, channel.getChannelId());
559 long channelId = getChannelId(channel);
640 private long getChannelId(TunerChannel channel) { method in class:ChannelDataManager
672 long channelId = channel.getChannelId();
720 mTunerChannelMap.put(channel.getChannelId(), channel);
721 mTunerChannelIdMap.put(channel, channel.getChannelId());
/packages/apps/TV/src/com/android/tv/dvr/
H A DDvrScheduleManager.java284 Channel channel = mChannelDataManager.getChannel(schedule.getChannelId());
643 + schedule.getChannelId());
662 + schedule.getChannelId());
698 if (schedule.getChannelId() == channelId) {
760 if (schedule.getChannelId() == channelId) {
791 if (toAdd.getChannelId() == schedule.getChannelId()
H A DDvrManager.java347 && previousSeries.getChannelId() != series.getChannelId())) {
356 && schedule.getChannelId() != series.getChannelId()) {
680 .getChannel(program.getChannelId());
702 if (recording.getChannelId() == channelId) {
/packages/apps/TV/src/com/android/tv/dialog/
H A DDvrHistoryDialogFragment.java109 Channel channel = channelDataManager.getChannel(schedule.getChannelId());
/packages/apps/TV/src/com/android/tv/dvr/provider/
H A DEpisodicProgramLoadTask.java227 args.add(Long.toString(mSeriesRecordings.get(0).getChannelId()));
247 mSeriesRecordings.get(0).getChannelId(),
H A DDvrDbSync.java187 && !mChannelDataManager.doesChannelExistInDb(r.getChannelId())) {
199 if (!mChannelDataManager.doesChannelExistInDb(r.getChannelId())) {
/packages/apps/TV/src/com/android/tv/dvr/ui/playback/
H A DDvrPlaybackMediaSessionHelper.java181 Channel channel = mChannelDataManager.getChannel(program.getChannelId());
189 posterArtUri = TvContract.buildChannelLogoUri(program.getChannelId()).toString();
/packages/apps/Dialer/java/com/android/dialer/notification/
H A DNotificationChannelManager.java95 return VoicemailChannelUtils.getChannelId(context, handle);
H A DVoicemailChannelUtils.java76 static String getChannelId(@NonNull Context context, @Nullable PhoneAccountHandle handle) { method in class:VoicemailChannelUtils
90 "VoicemailChannelUtils.getChannelId",
98 "VoicemailChannelUtils.getChannelId",
107 "VoicemailChannelUtils.getChannelId",
/packages/apps/TV/src/com/android/tv/guide/
H A DProgramManager.java550 return getTableEntry(scheduledRecording.getChannelId(), scheduledRecording.getProgramId());
596 if (program.getChannelId() == INVALID_ID) {
/packages/apps/TV/src/com/android/tv/util/
H A DAsyncDbTask.java351 public long getChannelId() { method in class:AsyncDbTask.LoadProgramsForChannelTask

Completed in 405 milliseconds

12