/packages/apps/TV/src/com/android/tv/data/api/ |
D | Program.java | 26 return p1.getChannelId() == p2.getChannelId() in isDuplicate() 41 return p1 != null && p2 != null && p1.getChannelId() == p2.getChannelId(); in sameChannel()
|
D | BaseProgram.java | 112 long getChannelId(); in getChannelId() method
|
/packages/apps/TV/src/com/android/tv/dvr/ui/list/ |
D | ScheduleRow.java | 76 public long getChannelId() { in getChannelId() method in ScheduleRow 77 return mSchedule != null ? mSchedule.getChannelId() : -1; in getChannelId() 173 return mSchedule.getChannelId() == schedule.getChannelId() in matchSchedule()
|
D | EpisodicProgramRow.java | 47 public long getChannelId() { in getChannelId() method in EpisodicProgramRow 48 return mProgram.getChannelId(); in getChannelId()
|
/packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/datamanager/ |
D | ChannelDataManager.java | 299 TvContract.buildChannelUri(channel.getChannelId())) in scannedChannelHandlingCompleted() 392 long channelId = getChannelId(channel); in handleEvents() 557 builder.withValue(TvContract.Programs.COLUMN_CHANNEL_ID, channel.getChannelId()); in buildContentProviderOperation() 589 long channelId = getChannelId(channel); in handleChannel() 686 private long getChannelId(TunerChannel channel) { in getChannelId() method in ChannelDataManager 699 mTunerChannelIdMap.put(channel, tunerChannel.getChannelId()); in getChannelId() 700 mTunerChannelMap.put(tunerChannel.getChannelId(), channel); in getChannelId() 701 return tunerChannel.getChannelId(); in getChannelId() 716 long channelId = channel.getChannelId(); in getAllProgramsForChannel() 777 mTunerChannelMap.put(channel.getChannelId(), channel); in buildChannelMap() [all …]
|
/packages/apps/TV/src/com/android/tv/search/ |
D | TvProviderSearch.java | 295 Uri uri = TvContract.buildProgramsUriForChannel(result.getChannelId(), now, now); in fillProgramInfo() 586 Long lhsMaxWatchStartTime = mMaxWatchStartTimeMap.get(lhs.getChannelId()); in compare() 588 lhsMaxWatchStartTime = getMaxWatchStartTime(lhs.getChannelId()); in compare() 589 mMaxWatchStartTimeMap.put(lhs.getChannelId(), lhsMaxWatchStartTime); in compare() 591 Long rhsMaxWatchStartTime = mMaxWatchStartTimeMap.get(rhs.getChannelId()); in compare() 593 rhsMaxWatchStartTime = getMaxWatchStartTime(rhs.getChannelId()); in compare() 594 mMaxWatchStartTimeMap.put(rhs.getChannelId(), rhsMaxWatchStartTime); in compare() 600 return Long.compare(rhs.getChannelId(), lhs.getChannelId()); in compare()
|
/packages/apps/TV/src/com/android/tv/dvr/ui/browse/ |
D | DetailsContent.java | 50 .setChannelId(recordedProgram.getChannelId()) in createFromRecordedProgram() 67 .setChannelId(program.getChannelId()) in createFromProgram() 85 .setChannelId(seriesRecording.getChannelId()) in createFromSeriesRecording() 101 .getChannel(scheduledRecording.getChannelId()); in createFromScheduledRecording() 115 .setChannelId(scheduledRecording.getChannelId()) in createFromScheduledRecording()
|
/packages/apps/TV/src/com/android/tv/menu/ |
D | ChannelCardView.java | 154 || program.getChannelId() != cardView.mProgram.getChannelId() in createProgramPosterArtCallback() 155 || program.getChannelId() != cardView.mChannel.getId()) { in createProgramPosterArtCallback()
|
/packages/apps/TV/tests/robotests/src/com/android/tv/search/ |
D | FakeSearchInterface.java | 52 result.setIntentData(TvContract.buildChannelUri(program.getChannelId()).toString()); in fromProgram() 59 result.setChannelId(program.getChannelId()); in fromProgram()
|
/packages/apps/TV/tests/common/src/com/android/tv/testing/dvr/ |
D | RecordingTestUtils.java | 65 Assert.assertEquals("channel", expected.getChannelId(), actual.getChannelId()); in assertRecordingEquals()
|
/packages/apps/ManagedProvisioning/tests/robotests/src/com/android/managedprovisioning/common/ |
D | NotificationHelperTest.java | 58 assertThat(notification.getNotification().getChannelId()).isEqualTo(CHANNEL_ID); in showResumeNotification_showsExpectedNotification() 72 assertThat(notification.getNotification().getChannelId()).isEqualTo(CHANNEL_ID); in showPrivacyReminderNotification_showsExpectedNotification()
|
/packages/apps/TV/src/com/android/tv/dvr/ui/ |
D | DvrSeriesSettingsFragment.java | 116 long channelId = program.getChannelId(); in onAttach() 128 Channel channel = channelDataManager.getChannel(mSeriesRecording.getChannelId()); in onAttach() 211 && mSeriesRecording.getChannelId() != mSelectedChannelId)) { in onGuidedActionClicked() 223 || mSelectedChannelId == mCurrentProgram.getChannelId())) { in onGuidedActionClicked()
|
/packages/apps/TV/src/com/android/tv/dvr/data/ |
D | SeriesRecording.java | 98 .setChannelId(p.getChannelId()) in builder() 112 .setChannelId(r.getChannelId()) in buildFrom() 183 values.put(SeriesRecordings.COLUMN_CHANNEL_ID, r.getChannelId()); in toContentValues() 435 public long getChannelId() { in getChannelId() method in SeriesRecording 686 long channelId = program.getChannelId(); in matchProgram()
|
D | ScheduledRecording.java | 95 .setChannelId(p.getChannelId()) in builder() 124 .setChannelId(p.getChannelId()) in builder() 512 values.put(Schedules.COLUMN_CHANNEL_ID, r.getChannelId()); in toContentValues() 542 values.put(Schedules.COLUMN_CHANNEL_ID, r.getChannelId()); in toContentValuesWithTimeOffset() 703 public long getChannelId() { in getChannelId() method in ScheduledRecording
|
/packages/apps/TV/src/com/android/tv/dvr/ |
D | DvrScheduleManager.java | 283 Channel channel = mChannelDataManager.getChannel(schedule.getChannelId()); in buildData() 623 input != null, TAG, "Can't find input for channel ID : " + schedule.getChannelId()); in isConflicting() 642 input != null, TAG, "Can't find input for channel ID : " + schedule.getChannelId()); in isPartiallyConflicting() 686 if (schedule.getChannelId() == channelId) { in getConflictingSchedulesForTune() 757 if (schedule.getChannelId() == channelId) { in getConflictingSchedulesForWatching() 790 if (toAdd.getChannelId() == schedule.getChannelId() in getConflictingSchedules()
|
D | DvrManager.java | 391 && previousSeries.getChannelId() != series.getChannelId())) { in updateSeriesRecording() 400 && schedule.getChannelId() != series.getChannelId()) { in updateSeriesRecording() 706 .getChannel(program.getChannelId()); in isProgramRecordable() 728 if (recording.getChannelId() == channelId) { in getCurrentRecording()
|
/packages/modules/AdServices/adservices/apk/tests/notification/src/com/android/adservices/ui/notifications/ |
D | ConsentNotificationTriggerTest.java | 187 assertThat(notification.getChannelId()).isEqualTo(NOTIFICATION_CHANNEL_ID); in testEuNotification_gaUxFlagEnabled() 257 assertThat(notification.getChannelId()).isEqualTo(NOTIFICATION_CHANNEL_ID); in testNonEuNotifications_gaUxEnabled() 301 assertThat(notification.getChannelId()).isEqualTo(NOTIFICATION_CHANNEL_ID); in testEuNotifications_gaUxEnabled_nonDismissable() 386 assertThat(notification.getChannelId()).isEqualTo(NOTIFICATION_CHANNEL_ID); in testEuNotifications_gaUxEnabled_nonDismissable_dismissedOnConfirmationPage() 540 assertThat(notification.getChannelId()).isEqualTo(NOTIFICATION_CHANNEL_ID); in testRvcUxNotification() 663 assertThat(notification.getChannelId()).isEqualTo(NOTIFICATION_CHANNEL_ID); in testRvcPostOtaNotification() 755 assertThat(notification.getChannelId()).isEqualTo(NOTIFICATION_CHANNEL_ID); in testPasNotifications_PasUxEnabled_FirstNotice() 810 assertThat(notification.getChannelId()).isEqualTo(NOTIFICATION_CHANNEL_ID); in testPasNotifications_PasUxEnabled_RenotifyNotice()
|
/packages/apps/TV/src/com/android/tv/data/ |
D | PreviewProgramContent.java | 54 .getChannel(program.getChannelId()); in createFromProgram() 64 .getChannel(recordedProgram.getChannelId()); in createFromRecordedProgram()
|
D | ProgramDataManager.java | 649 ArrayList<Program> programs = programMap.get(program.getChannelId()); in doInBackground() 654 mChannelIdCurrentProgramMap.get(program.getChannelId()); in doInBackground() 660 programMap.put(program.getChannelId(), programs); in doInBackground() 852 long channelId = program.getChannelId(); in onPostExecute()
|
/packages/apps/TV/tests/robotests/src/com/android/tv/data/ |
D | PreviewDataManagerTest.java | 165 assertThat(previewProgram.getChannelId()).isEqualTo(FAKE_PREVIEW_CHANNEL_ID); in createPreviewProgram_fromProgram() 200 assertThat(previewProgram.getChannelId()).isEqualTo(FAKE_PREVIEW_CHANNEL_ID); in createPreviewProgram_fromRecordedProgram()
|
/packages/apps/TV/src/com/android/tv/dvr/ui/playback/ |
D | DvrPlaybackMediaSessionHelper.java | 182 Channel channel = mChannelDataManager.getChannel(program.getChannelId()); in setupMediaSession() 196 posterArtUri = TvContract.buildChannelLogoUri(program.getChannelId()).toString(); in setupMediaSession()
|
/packages/apps/TV/src/com/android/tv/dvr/provider/ |
D | EpisodicProgramLoadTask.java | 225 args.add(Long.toString(mSeriesRecordings.get(0).getChannelId())); 250 mSeriesRecordings.get(0).getChannelId(),
|
D | DvrDbSync.java | 224 && !mChannelDataManager.doesChannelExistInDb(r.getChannelId())) { in onChannelsUpdated() 237 if (!mChannelDataManager.doesChannelExistInDb(r.getChannelId())) { in onChannelsUpdated()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/admin/ |
D | NotificationHelperTest.java | 209 assertWithMessage("notification channel").that(notification.getChannelId()) in assertNotificationContents() 328 .that(actual.getChannelId()).isEqualTo(expected.getChannelId()); in isNotificationEqualTo()
|
/packages/apps/Dialer/java/com/android/dialer/notification/ |
D | DialerNotificationManager.java | 54 Assert.checkArgument(!TextUtils.isEmpty(notification.getChannelId())); in notify()
|