Home
last modified time | relevance | path

Searched refs:setChannelId (Results 1 – 25 of 31) sorted by relevance

12

/packages/apps/TV/src/com/android/tv/dvr/ui/browse/
DDetailsContent.java49 .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/
DRecordingTestUtils.java31 .setChannelId(channelId) in createTestRecordingWithIdAndPeriod()
44 .setChannelId(channelId) in createTestRecordingWithPriorityAndPeriod()
53 .setChannelId(channelId) in createTestRecordingWithIdAndPriorityAndPeriod()
/packages/apps/TV/src/com/android/tv/dvr/data/
DScheduledRecording.java90 .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()
DSeriesRecording.java94 .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()
DRecordedProgram.java94 .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/
DExternalCallNotifier.java243 builder.setChannelId(NotificationChannelId.DEFAULT); in postNotification()
278 publicBuilder.setChannelId(NotificationChannelId.DEFAULT); in postNotification()
455 summary.setChannelId(NotificationChannelId.DEFAULT); in showGroupSummaryNotification()
DStatusBarNotifier.java356 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/
DLocalSearchProvider.java230 .setChannelId(0) in builder()
240 abstract Builder setChannelId(long value); in setChannelId() method in LocalSearchProvider.SearchResult.Builder
DTvProviderSearch.java265 result.setChannelId(id); in searchChannels()
434 result.setChannelId(c.getLong(0)); in searchPrograms()
DDataManagerSearch.java242 result.setChannelId(channelId); in addResult()
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DVisualVoicemailNotifier.java104 groupSummary.setChannelId(NotificationChannelManager.getVoicemailChannelId(context, handle)); in showNotifications()
218 builder.setChannelId(NotificationChannelManager.getVoicemailChannelId(context, handle)); in createNotificationForVoicemail()
DMissedCallNotifier.java218 groupSummary.setChannelId(NotificationChannelId.MISSED_CALL); in updateMissedCallNotification()
416 builder.setChannelId(NotificationChannelId.MISSED_CALL); in createNotificationBuilder()
DLegacyVoicemailNotifier.java131 .setChannelId(NotificationChannelManager.getVoicemailChannelId(context, handle)) in createNotification()
/packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/datamanager/
DChannelDataManager.java235 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/
DTunerChannel.java369 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/
DProgram.java131 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/
DRecommendationDataManager.java363 .setChannelId(watchedRecord.channelId) in convertFromWatchedHistoryManagerRecords()
415 .setChannelId(cursor.getLong(mIndexWatchChannelId)) in createWatchedProgramFromWatchedProgramCursor()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
DNotificationHelper.java63 .setChannelId(CHANNEL_ID) in showResumeNotification()
/packages/apps/Dialer/java/com/android/dialer/spam/promo/
DSpamBlockingPromoHelper.java202 builder.setChannelId(NotificationChannelId.DEFAULT); in getSpamBlockingPromoNotification()
/packages/apps/TV/tests/common/src/com/android/tv/testing/
DFakeEpgReader.java148 .setChannelId(channel.getChannel().getId()) in updateWith()
/packages/apps/TV/src/com/android/tv/dvr/recorder/
DDvrRecordingService.java194 ? builder.setChannelId(DVR_NOTIFICATION_CHANNEL_ID).build() in startForegroundInternal()
/packages/services/Telephony/src/com/android/phone/
DEmergencyCallbackModeService.java216 builder.setChannelId(NotificationChannelController.CHANNEL_ID_ALERT); in showNotification()
/packages/apps/Dialer/java/com/android/dialer/blocking/
DFilteredNumbersUtil.java259 builder.setChannelId(NotificationChannelId.DEFAULT); in maybeNotifyCallBlockingDisabled()
/packages/apps/PermissionController/src/com/android/packageinstaller/incident/
DPendingList.java266 .setChannelId(Constants.INCIDENT_NOTIFICATION_CHANNEL_ID) in showNotifications()
/packages/services/Telecomm/src/com/android/server/telecom/ui/
DIncomingCallNotifier.java266 builder.setChannelId(NotificationChannelManager.CHANNEL_ID_INCOMING_CALLS); in getNotificationBuilder()

12