/packages/apps/TV/src/com/android/tv/dvr/ui/browse/ |
D | DetailsContent.java | 49 .setChannelId(recordedProgram.getChannelId()) in createFromRecordedProgram() 66 .setChannelId(program.getChannelId()) in createFromProgram() 84 .setChannelId(seriesRecording.getChannelId()) in createFromSeriesRecording() 114 .setChannelId(scheduledRecording.getChannelId()) in createFromScheduledRecording() 281 private Builder setChannelId(long channelId) { in setChannelId() method in DetailsContent.Builder
|
/packages/apps/TV/tests/common/src/com/android/tv/testing/dvr/ |
D | RecordingTestUtils.java | 31 .setChannelId(channelId) in createTestRecordingWithIdAndPeriod() 44 .setChannelId(channelId) in createTestRecordingWithPriorityAndPeriod() 53 .setChannelId(channelId) in createTestRecordingWithIdAndPriorityAndPeriod()
|
/packages/apps/TV/src/com/android/tv/dvr/data/ |
D | ScheduledRecording.java | 90 .setChannelId(p.getChannelId()) in builder() 108 .setChannelId(channelId) in builder() 119 .setChannelId(p.getChannelId()) in builder() 174 public Builder setChannelId(long channelId) { in setChannelId() method in ScheduledRecording.Builder 289 .setChannelId(orig.mChannelId) in buildFrom() 410 .setChannelId(c.getLong(++index)) in fromCursor() 463 .setChannelId(in.readLong()) in fromParcel()
|
D | SeriesRecording.java | 94 .setChannelId(p.getChannelId()) in builder() 108 .setChannelId(r.getChannelId()) in buildFrom() 151 .setChannelId(c.getLong(++index)) in fromCursor() 294 public Builder setChannelId(long channelId) { in setChannelId() method in SeriesRecording.Builder 382 .setChannelId(in.readLong()) in fromParcel()
|
D | RecordedProgram.java | 94 .setChannelId(cursor.getLong(index++)) in fromCursor() 213 public abstract Builder setChannelId(long channelId); in setChannelId() method in RecordedProgram.Builder 327 .setChannelId(ID_NOT_SET) in builder()
|
/packages/apps/Dialer/java/com/android/incallui/ |
D | ExternalCallNotifier.java | 243 builder.setChannelId(NotificationChannelId.DEFAULT); in postNotification() 278 publicBuilder.setChannelId(NotificationChannelId.DEFAULT); in postNotification() 455 summary.setChannelId(NotificationChannelId.DEFAULT); in showGroupSummaryNotification()
|
D | StatusBarNotifier.java | 356 builder.setChannelId(NotificationChannelId.INCOMING_CALL); in buildAndSendNotification() 375 builder.setChannelId(NotificationChannelId.ONGOING_CALL); in buildAndSendNotification() 382 builder.setChannelId(NotificationChannelId.ONGOING_CALL); in buildAndSendNotification()
|
/packages/apps/TV/src/com/android/tv/search/ |
D | LocalSearchProvider.java | 230 .setChannelId(0) in builder() 240 abstract Builder setChannelId(long value); in setChannelId() method in LocalSearchProvider.SearchResult.Builder
|
D | TvProviderSearch.java | 265 result.setChannelId(id); in searchChannels() 434 result.setChannelId(c.getLong(0)); in searchPrograms()
|
D | DataManagerSearch.java | 242 result.setChannelId(channelId); in addResult()
|
/packages/apps/Dialer/java/com/android/dialer/app/calllog/ |
D | VisualVoicemailNotifier.java | 104 groupSummary.setChannelId(NotificationChannelManager.getVoicemailChannelId(context, handle)); in showNotifications() 218 builder.setChannelId(NotificationChannelManager.getVoicemailChannelId(context, handle)); in createNotificationForVoicemail()
|
D | MissedCallNotifier.java | 218 groupSummary.setChannelId(NotificationChannelId.MISSED_CALL); in updateMissedCallNotification() 416 builder.setChannelId(NotificationChannelId.MISSED_CALL); in createNotificationBuilder()
|
D | LegacyVoicemailNotifier.java | 131 .setChannelId(NotificationChannelManager.getVoicemailChannelId(context, handle)) in createNotification()
|
/packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/datamanager/ |
D | ChannelDataManager.java | 235 channel.setChannelId(channelId); in getChannel() 391 channel.setChannelId(channelId); in handleEvents() 618 channel.setChannelId(channelId); in handleChannel()
|
/packages/apps/TV/tuner/src/com/android/tv/tuner/data/ |
D | TunerChannel.java | 369 public synchronized void setChannelId(long channelId) { in setChannelId() method in TunerChannel 547 channel.setChannelId(channelId); in fromCursor()
|
/packages/apps/TV/src/com/android/tv/data/ |
D | Program.java | 131 builder.setChannelId(cursor.getLong(index++)); in fromCursor() 173 builder.setChannelId(cursor.getLong(index++)); in fromCursorPartialProjection() 685 public Builder setChannelId(long channelId) { in setChannelId() method in Program.Builder
|
/packages/apps/TV/src/com/android/tv/recommendation/ |
D | RecommendationDataManager.java | 363 .setChannelId(watchedRecord.channelId) in convertFromWatchedHistoryManagerRecords() 415 .setChannelId(cursor.getLong(mIndexWatchChannelId)) in createWatchedProgramFromWatchedProgramCursor()
|
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/ |
D | NotificationHelper.java | 63 .setChannelId(CHANNEL_ID) in showResumeNotification()
|
/packages/apps/Dialer/java/com/android/dialer/spam/promo/ |
D | SpamBlockingPromoHelper.java | 202 builder.setChannelId(NotificationChannelId.DEFAULT); in getSpamBlockingPromoNotification()
|
/packages/apps/TV/tests/common/src/com/android/tv/testing/ |
D | FakeEpgReader.java | 148 .setChannelId(channel.getChannel().getId()) in updateWith()
|
/packages/apps/TV/src/com/android/tv/dvr/recorder/ |
D | DvrRecordingService.java | 194 ? builder.setChannelId(DVR_NOTIFICATION_CHANNEL_ID).build() in startForegroundInternal()
|
/packages/services/Telephony/src/com/android/phone/ |
D | EmergencyCallbackModeService.java | 216 builder.setChannelId(NotificationChannelController.CHANNEL_ID_ALERT); in showNotification()
|
/packages/apps/Dialer/java/com/android/dialer/blocking/ |
D | FilteredNumbersUtil.java | 259 builder.setChannelId(NotificationChannelId.DEFAULT); in maybeNotifyCallBlockingDisabled()
|
/packages/apps/PermissionController/src/com/android/packageinstaller/incident/ |
D | PendingList.java | 266 .setChannelId(Constants.INCIDENT_NOTIFICATION_CHANNEL_ID) in showNotifications()
|
/packages/services/Telecomm/src/com/android/server/telecom/ui/ |
D | IncomingCallNotifier.java | 266 builder.setChannelId(NotificationChannelManager.CHANNEL_ID_INCOMING_CALLS); in getNotificationBuilder()
|