Home
last modified time | relevance | path

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

12

/packages/apps/TV/tests/robotests/src/com/android/tv/dvr/data/
DSeriesRecordingTest.java46 .setChannelId(CHANNEL_ID)
56 .setChannelId(CHANNEL_ID)
65 .setChannelId(2) in testParcelable()
108 new ProgramImpl.Builder(mBaseProgram).setChannelId(OTHER_CHANNEL_ID).build(); in testDoesProgramMatch_differentChannel()
/packages/apps/TV/src/com/android/tv/dvr/ui/browse/
DDetailsContent.java50 .setChannelId(recordedProgram.getChannelId()) in createFromRecordedProgram()
67 .setChannelId(program.getChannelId()) in createFromProgram()
85 .setChannelId(seriesRecording.getChannelId()) in createFromSeriesRecording()
115 .setChannelId(scheduledRecording.getChannelId()) in createFromScheduledRecording()
282 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.java95 .setChannelId(p.getChannelId()) in builder()
113 .setChannelId(channelId) in builder()
124 .setChannelId(p.getChannelId()) in builder()
181 public Builder setChannelId(long channelId) { in setChannelId() method in ScheduledRecording.Builder
308 .setChannelId(orig.mChannelId) in buildFrom()
460 .setChannelId(c.getLong(++index)) in fromCursor()
486 .setChannelId(c.getLong(++index)) in fromCursorWithTimeOffset()
573 .setChannelId(in.readLong()) in fromParcel()
DSeriesRecording.java98 .setChannelId(p.getChannelId()) in builder()
112 .setChannelId(r.getChannelId()) in buildFrom()
155 .setChannelId(c.getLong(++index)) in fromCursor()
298 public Builder setChannelId(long channelId) { in setChannelId() method in SeriesRecording.Builder
386 .setChannelId(in.readLong()) in fromParcel()
DRecordedProgram.java95 .setChannelId(cursor.getLong(index++)) in fromCursor()
214 public abstract Builder setChannelId(long channelId); in setChannelId() method in RecordedProgram.Builder
328 .setChannelId(ID_NOT_SET) in builder()
/packages/apps/TV/tuner/src/com/android/tv/tuner/data/
DTunerChannel.java154 .setChannelId(-1L) in initProto()
439 public synchronized void setChannelId(long channelId) { in setChannelId() method in TunerChannel
440 mProto = mProto.toBuilder().setChannelId(channelId).build(); in setChannelId()
620 channel.setChannelId(channelId); in fromCursor()
/packages/services/Telephony/src/com/android/phone/
DNotificationMgr.java373 .setChannelId(NotificationChannelController.CHANNEL_ID_VOICE_MAIL) in updateMwi()
542 .setChannelId(NotificationChannelController.CHANNEL_ID_CALL_FORWARD) in updateCfi()
608 .setChannelId(NotificationChannelController.CHANNEL_ID_MOBILE_DATA_STATUS) in showDataRoamingNotification()
692 .setChannelId(NotificationChannelController.CHANNEL_ID_SIM_HIGH_PRIORITY) in showLimitedSimFunctionWarningNotification()
758 .setChannelId(NotificationChannelController.CHANNEL_ID_ALERT); in showNetworkSelection()
/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/tests/robotests/src/com/android/tv/dvr/recorder/
DSeriesRecordingSchedulerTest.java61 .setChannelId(CHANNEL_ID)
67 .setChannelId(CHANNEL_ID)
/packages/apps/TV/tests/robotests/src/com/android/tv/search/
DLocalSearchProviderTest.java116 .setChannelId(7)
252 result.setChannelId(ContentUris.parseId(Uri.parse(intentData))); in fromCursor()
DFakeSearchInterface.java59 result.setChannelId(program.getChannelId()); in fromProgram()
/packages/apps/TV/src/com/android/tv/search/
DLocalSearchProvider.java249 .setChannelId(0) in builder()
261 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()
/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()
/packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/datamanager/
DChannelDataManager.java234 channel.setChannelId(channelId); in getChannel()
396 channel.setChannelId(channelId); in handleEvents()
623 channel.setChannelId(channelId); in handleChannel()
/packages/apps/TV/src/com/android/tv/data/
DProgramImpl.java133 builder.setChannelId(cursor.getLong(index++)); in fromCursor()
175 builder.setChannelId(cursor.getLong(index++)); in fromCursorPartialProjection()
692 public Builder setChannelId(long channelId) { in setChannelId() method in ProgramImpl.Builder
/packages/apps/TV/src/com/android/tv/recommendation/
DRecommendationDataManager.java369 .setChannelId(watchedRecord.channelId) in convertFromWatchedHistoryManagerRecords()
421 .setChannelId(cursor.getLong(mIndexWatchChannelId)) in createWatchedProgramFromWatchedProgramCursor()
/packages/apps/TV/tests/robotests/src/com/android/tv/data/api/
DProgramTest.java42 return new ProgramImpl.Builder().setChannelId(channelId).build(); in createProgramWithChannelId()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
DNotificationHelper.java63 .setChannelId(CHANNEL_ID) in showResumeNotification()
/packages/apps/TV/tests/robotests/src/com/android/tv/guide/
DProgramTableAdapterTest.java121 .setChannelId(channelId) in buildProgramForTesting()
/packages/apps/TV/tests/robotests/src/com/android/tv/dvr/
DScheduledRecordingTest.java75 ScheduledRecording.builder(INPUT_ID, p).setChannelId(c.getId()).build(); in testBuildProgram()
/packages/apps/Dialer/java/com/android/dialer/spam/promo/
DSpamBlockingPromoHelper.java202 builder.setChannelId(NotificationChannelId.DEFAULT); in getSpamBlockingPromoNotification()

12